| java.lang.Object ognl.ObjectPropertyAccessor ognl.ArrayPropertyAccessor
ArrayPropertyAccessor | public class ArrayPropertyAccessor extends ObjectPropertyAccessor implements PropertyAccessor(Code) | | Implementation of PropertyAccessor that uses numbers and dynamic subscripts as
properties to index into Java arrays.
author: Luke Blanshard (blanshlu@netscape.net) author: Drew Davidson (drew@ognl.org) |
Methods inherited from ognl.ObjectPropertyAccessor | public Object getPossibleProperty(Map context, Object target, String name) throws OgnlException(Code)(Java Doc) public Object getProperty(Map context, Object target, Object oname) throws OgnlException(Code)(Java Doc) public boolean hasGetProperty(OgnlContext context, Object target, Object oname) throws OgnlException(Code)(Java Doc) public boolean hasGetProperty(Map context, Object target, Object oname) throws OgnlException(Code)(Java Doc) public boolean hasSetProperty(OgnlContext context, Object target, Object oname) throws OgnlException(Code)(Java Doc) public boolean hasSetProperty(Map context, Object target, Object oname) throws OgnlException(Code)(Java Doc) public Object setPossibleProperty(Map context, Object target, String name, Object value) throws OgnlException(Code)(Java Doc) public void setProperty(Map context, Object target, Object oname, Object value) throws OgnlException(Code)(Java Doc)
|
|
|