com.opensymphony.xwork.util
Class OgnlValueStack.ObjectAccessor

java.lang.Object
  extended byognl.ObjectPropertyAccessor
      extended bycom.opensymphony.xwork.util.OgnlValueStack.ObjectAccessor
All Implemented Interfaces:
ognl.PropertyAccessor
Enclosing class:
OgnlValueStack

public static class OgnlValueStack.ObjectAccessor
extends ognl.ObjectPropertyAccessor


Constructor Summary
OgnlValueStack.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, 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

OgnlValueStack.ObjectAccessor

public OgnlValueStack.ObjectAccessor()
Method Detail

getProperty

public Object getProperty(Map map,
                          Object o,
                          Object o1)
                   throws ognl.OgnlException
Throws:
ognl.OgnlException

setProperty

public void setProperty(Map map,
                        Object o,
                        Object o1,
                        Object o2)
                 throws ognl.OgnlException
Throws:
ognl.OgnlException

XWork Project Page