org.apache.mina.integration.ognl
Class IoFilterPropertyAccessor
java.lang.Object
ognl.ObjectPropertyAccessor
org.apache.mina.integration.ognl.AbstractPropertyAccessor
org.apache.mina.integration.ognl.IoFilterPropertyAccessor
- All Implemented Interfaces:
- ognl.PropertyAccessor
public class IoFilterPropertyAccessor
- extends AbstractPropertyAccessor
An OGNL PropertyAccessor
for IoFilter
.
- Author:
- Apache MINA Project
Methods inherited from class ognl.ObjectPropertyAccessor |
getPropertyClass, getSourceAccessor, getSourceSetter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IoFilterPropertyAccessor
public IoFilterPropertyAccessor()
getProperty0
protected Object getProperty0(ognl.OgnlContext context,
Object target,
String name)
throws ognl.OgnlException
- Specified by:
getProperty0
in class AbstractPropertyAccessor
- Throws:
ognl.OgnlException
hasGetProperty0
protected boolean hasGetProperty0(ognl.OgnlContext context,
Object target,
String name)
throws ognl.OgnlException
- Specified by:
hasGetProperty0
in class AbstractPropertyAccessor
- Throws:
ognl.OgnlException
hasSetProperty0
protected boolean hasSetProperty0(ognl.OgnlContext context,
Object target,
String name)
throws ognl.OgnlException
- Specified by:
hasSetProperty0
in class AbstractPropertyAccessor
- Throws:
ognl.OgnlException
setProperty0
protected Object setProperty0(ognl.OgnlContext context,
Object target,
String name,
Object value)
throws ognl.OgnlException
- Specified by:
setProperty0
in class AbstractPropertyAccessor
- Throws:
ognl.OgnlException
Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.