| java.lang.Object ognl.ObjectPropertyAccessor ognl.IteratorPropertyAccessor
IteratorPropertyAccessor | public class IteratorPropertyAccessor extends ObjectPropertyAccessor implements PropertyAccessor(Code) | | Implementation of PropertyAccessor that provides "property" reference to
"next" and "hasNext".
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)
|
|
|