| org.apache.mina.integration.ognl.AbstractPropertyAccessor
All known Subclasses: org.apache.mina.integration.ognl.IoFilterPropertyAccessor, org.apache.mina.integration.ognl.IoSessionPropertyAccessor, org.apache.mina.integration.ognl.IoServicePropertyAccessor,
AbstractPropertyAccessor | abstract public class AbstractPropertyAccessor extends ObjectPropertyAccessor (Code) | | An abstract OGNL
PropertyAccessor for MINA constructs.
author: The Apache MINA Project (dev@mina.apache.org) version: $Rev: 601229 $, $Date: 2007-12-05 00:13:18 -0700 (Wed, 05 Dec 2007) $ |
Method Summary | |
final public Object | getPossibleProperty(Map context, Object target, String name) | final public Object | getProperty(Map context, Object target, Object oname) | abstract protected Object | getProperty0(OgnlContext context, Object target, String name) | final public boolean | hasGetProperty(OgnlContext context, Object target, Object oname) | final public boolean | hasGetProperty(Map context, Object target, Object oname) | abstract protected boolean | hasGetProperty0(OgnlContext context, Object target, String name) | final public boolean | hasSetProperty(OgnlContext context, Object target, Object oname) | final public boolean | hasSetProperty(Map context, Object target, Object oname) | abstract protected boolean | hasSetProperty0(OgnlContext context, Object target, String name) | final public Object | setPossibleProperty(Map context, Object target, String name, Object value) | final public void | setProperty(Map context, Object target, Object oname, Object value) | abstract protected Object | setProperty0(OgnlContext context, Object target, String name, Object value) |
getProperty0 | abstract protected Object getProperty0(OgnlContext context, Object target, String name) throws OgnlException(Code) | | |
hasGetProperty | final public boolean hasGetProperty(OgnlContext context, Object target, Object oname) throws OgnlException(Code) | | |
hasGetProperty | final public boolean hasGetProperty(Map context, Object target, Object oname) throws OgnlException(Code) | | |
hasGetProperty0 | abstract protected boolean hasGetProperty0(OgnlContext context, Object target, String name) throws OgnlException(Code) | | |
hasSetProperty | final public boolean hasSetProperty(OgnlContext context, Object target, Object oname) throws OgnlException(Code) | | |
hasSetProperty | final public boolean hasSetProperty(Map context, Object target, Object oname) throws OgnlException(Code) | | |
hasSetProperty0 | abstract protected boolean hasSetProperty0(OgnlContext context, Object target, String name) throws OgnlException(Code) | | |
|
|