com.opensymphony.xwork2.ognl.accessor
Class XWorkObjectPropertyAccessor

java.lang.Object
  extended by ognl.ObjectPropertyAccessor
      extended by com.opensymphony.xwork2.ognl.accessor.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, getPropertyClass, getSourceAccessor, getSourceSetter, 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
Specified by:
getProperty in interface ognl.PropertyAccessor
Overrides:
getProperty in class ognl.ObjectPropertyAccessor
Throws:
ognl.OgnlException


Copyright © 2009 OpenSymphony. All Rights Reserved.