Class XWorkObjectPropertyAccessor

java.lang.Object
ognl.ObjectPropertyAccessor
org.apache.struts2.ognl.accessor.XWorkObjectPropertyAccessor
All Implemented Interfaces:
ognl.PropertyAccessor

@Deprecated(since="7.3.0", forRemoval=true) public class XWorkObjectPropertyAccessor extends ognl.ObjectPropertyAccessor
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.3.0, this accessor is no longer used by the framework and will be removed in a future version.
Author:
Gabe
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getProperty(ognl.OgnlContext context, Object target, Object oname)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class ognl.ObjectPropertyAccessor

    getPossibleProperty, getPropertyClass, getSourceAccessor, getSourceSetter, hasGetProperty, hasSetProperty, setPossibleProperty, setProperty

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • XWorkObjectPropertyAccessor

      public XWorkObjectPropertyAccessor()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getProperty

      public Object getProperty(ognl.OgnlContext context, Object target, Object oname) throws ognl.OgnlException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getProperty in interface ognl.PropertyAccessor
      Overrides:
      getProperty in class ognl.ObjectPropertyAccessor
      Throws:
      ognl.OgnlException