Package 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 OGNLPropertyAccessorforIoFilter.- Author:
- Apache MINA Project
-
-
Constructor Summary
Constructors Constructor Description IoFilterPropertyAccessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectgetProperty0(ognl.OgnlContext context, Object target, String name)protected booleanhasGetProperty0(ognl.OgnlContext context, Object target, String name)protected booleanhasSetProperty0(ognl.OgnlContext context, Object target, String name)protected ObjectsetProperty0(ognl.OgnlContext context, Object target, String name, Object value)-
Methods inherited from class org.apache.mina.integration.ognl.AbstractPropertyAccessor
getPossibleProperty, hasGetProperty, hasSetProperty, setPossibleProperty
-
-
-
-
Method Detail
-
getProperty0
protected Object getProperty0(ognl.OgnlContext context, Object target, String name) throws ognl.OgnlException
- Specified by:
getProperty0in classAbstractPropertyAccessor- Throws:
ognl.OgnlException
-
hasGetProperty0
protected boolean hasGetProperty0(ognl.OgnlContext context, Object target, String name) throws ognl.OgnlException- Specified by:
hasGetProperty0in classAbstractPropertyAccessor- Throws:
ognl.OgnlException
-
hasSetProperty0
protected boolean hasSetProperty0(ognl.OgnlContext context, Object target, String name) throws ognl.OgnlException- Specified by:
hasSetProperty0in classAbstractPropertyAccessor- Throws:
ognl.OgnlException
-
setProperty0
protected Object setProperty0(ognl.OgnlContext context, Object target, String name, Object value) throws ognl.OgnlException
- Specified by:
setProperty0in classAbstractPropertyAccessor- Throws:
ognl.OgnlException
-
-