com.opensymphony.xwork.util
Class XWorkMapPropertyAccessor
java.lang.Object
ognl.MapPropertyAccessor
com.opensymphony.xwork.util.XWorkMapPropertyAccessor
- All Implemented Interfaces:
- ognl.PropertyAccessor
- public class XWorkMapPropertyAccessor
- extends ognl.MapPropertyAccessor
Implementation of PropertyAccessor that sets and gets properties by storing and looking
up values in Maps.
- Author:
- Gabriel Zimmerman
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XWorkMapPropertyAccessor
public XWorkMapPropertyAccessor()
getProperty
public Object getProperty(Map context,
Object target,
Object name)
throws ognl.OgnlException
- Throws:
ognl.OgnlException
setProperty
public void setProperty(Map context,
Object target,
Object name,
Object value)
throws ognl.OgnlException
- Throws:
ognl.OgnlException