com.opensymphony.xwork2.ognl.accessor
Class ObjectAccessor
java.lang.Object
ognl.ObjectPropertyAccessor
com.opensymphony.xwork2.ognl.accessor.ObjectAccessor
- All Implemented Interfaces:
- ognl.PropertyAccessor
public class ObjectAccessor
- extends ognl.ObjectPropertyAccessor
Methods inherited from class ognl.ObjectPropertyAccessor |
getPossibleProperty, hasGetProperty, hasGetProperty, hasSetProperty, hasSetProperty, setPossibleProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectAccessor
public ObjectAccessor()
getProperty
public Object getProperty(Map map,
Object o,
Object o1)
throws ognl.OgnlException
- Specified by:
getProperty
in interface ognl.PropertyAccessor
- Overrides:
getProperty
in class ognl.ObjectPropertyAccessor
- Throws:
ognl.OgnlException
setProperty
public void setProperty(Map map,
Object o,
Object o1,
Object o2)
throws ognl.OgnlException
- Specified by:
setProperty
in interface ognl.PropertyAccessor
- Overrides:
setProperty
in class ognl.ObjectPropertyAccessor
- Throws:
ognl.OgnlException
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.