ognl.PropertyAccessorpublic class IoSessionPropertyAccessor extends AbstractPropertyAccessor
PropertyAccessor for IoSession.| Constructor | Description |
|---|---|
IoSessionPropertyAccessor() |
| 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) |
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–2018 Apache MINA Project. All rights reserved.