com.opensymphony.xwork2.ognl.accessor
Class ObjectAccessor

java.lang.Object
  extended by ognl.ObjectPropertyAccessor
      extended by com.opensymphony.xwork2.ognl.accessor.ObjectAccessor
All Implemented Interfaces:
ognl.PropertyAccessor

public class ObjectAccessor
extends ognl.ObjectPropertyAccessor


Constructor Summary
ObjectAccessor()
           
 
Method Summary
 Object getProperty(Map map, Object o, Object o1)
           
 void setProperty(Map map, Object o, Object o1, Object o2)
           
 
Methods inherited from class ognl.ObjectPropertyAccessor
getPossibleProperty, getPropertyClass, getSourceAccessor, getSourceSetter, hasGetProperty, hasGetProperty, hasSetProperty, hasSetProperty, setPossibleProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectAccessor

public ObjectAccessor()
Method Detail

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 © 2009 OpenSymphony. All Rights Reserved.