com.opensymphony.xwork.util
Class XWorkObjectPropertyAccessor

java.lang.Object
  extended byognl.ObjectPropertyAccessor
      extended bycom.opensymphony.xwork.util.XWorkObjectPropertyAccessor
All Implemented Interfaces:
ognl.PropertyAccessor

public class XWorkObjectPropertyAccessor
extends ognl.ObjectPropertyAccessor

Author:
Gabe

Constructor Summary
XWorkObjectPropertyAccessor()
           
 
Method Summary
 Object getProperty(Map context, Object target, Object oname)
           
 
Methods inherited from class ognl.ObjectPropertyAccessor
getPossibleProperty, hasGetProperty, hasGetProperty, hasSetProperty, hasSetProperty, setPossibleProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWorkObjectPropertyAccessor

public XWorkObjectPropertyAccessor()
Method Detail

getProperty

public Object getProperty(Map context,
                          Object target,
                          Object oname)
                   throws ognl.OgnlException
Throws:
ognl.OgnlException

XWork Project Page