public class IoFilterPropertyAccessor extends AbstractPropertyAccessor
PropertyAccessor for IoFilter.| Constructor and Description |
|---|
IoFilterPropertyAccessor() |
| Modifier and Type | Method and 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) |
getPossibleProperty, getProperty, hasGetProperty, hasGetProperty, hasSetProperty, hasSetProperty, setPossibleProperty, setPropertyprotected Object getProperty0(ognl.OgnlContext context, Object target, String name) throws ognl.OgnlException
getProperty0 in class AbstractPropertyAccessorognl.OgnlExceptionprotected boolean hasGetProperty0(ognl.OgnlContext context,
Object target,
String name)
throws ognl.OgnlException
hasGetProperty0 in class AbstractPropertyAccessorognl.OgnlExceptionprotected boolean hasSetProperty0(ognl.OgnlContext context,
Object target,
String name)
throws ognl.OgnlException
hasSetProperty0 in class AbstractPropertyAccessorognl.OgnlExceptionprotected Object setProperty0(ognl.OgnlContext context, Object target, String name, Object value) throws ognl.OgnlException
setProperty0 in class AbstractPropertyAccessorognl.OgnlExceptionCopyright © 2004–2014 Apache MINA Project. All rights reserved.