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 OGNLPropertyAccessor
forIoFilter
.- Author:
- Apache MINA Project
-
-
Constructor Summary
Constructors Constructor Description IoFilterPropertyAccessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
getProperty0(ognl.OgnlContext context, Object target, String name)
protected boolean
hasGetProperty0(ognl.OgnlContext context, Object target, String name)
protected boolean
hasSetProperty0(ognl.OgnlContext context, Object target, String name)
protected Object
setProperty0(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:
getProperty0
in classAbstractPropertyAccessor
- Throws:
ognl.OgnlException
-
hasGetProperty0
protected boolean hasGetProperty0(ognl.OgnlContext context, Object target, String name) throws ognl.OgnlException
- Specified by:
hasGetProperty0
in classAbstractPropertyAccessor
- Throws:
ognl.OgnlException
-
hasSetProperty0
protected boolean hasSetProperty0(ognl.OgnlContext context, Object target, String name) throws ognl.OgnlException
- Specified by:
hasSetProperty0
in classAbstractPropertyAccessor
- Throws:
ognl.OgnlException
-
setProperty0
protected Object setProperty0(ognl.OgnlContext context, Object target, String name, Object value) throws ognl.OgnlException
- Specified by:
setProperty0
in classAbstractPropertyAccessor
- Throws:
ognl.OgnlException
-
-