public class DynaBeanPropertyAccessor extends Object implements ognl.PropertyAccessor
| Constructor and Description |
|---|
DynaBeanPropertyAccessor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(Map context,
Object target,
Object name) |
String |
getSourceAccessor(ognl.OgnlContext ognlContext,
Object o,
Object o1)
Used by OGNL to generate bytecode
|
String |
getSourceSetter(ognl.OgnlContext ognlContext,
Object o,
Object o1)
Used by OGNL to generate bytecode
|
void |
setProperty(Map context,
Object target,
Object name,
Object value) |
public String getSourceAccessor(ognl.OgnlContext ognlContext, Object o, Object o1)
getSourceAccessor in interface ognl.PropertyAccessorpublic String getSourceSetter(ognl.OgnlContext ognlContext, Object o, Object o1)
getSourceSetter in interface ognl.PropertyAccessorpublic Object getProperty(Map context, Object target, Object name) throws ognl.OgnlException
getProperty in interface ognl.PropertyAccessorognl.OgnlExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.