Package org.apache.struts2.ognl.accessor
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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(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
-
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:
getPropertyin interfaceognl.PropertyAccessor- Overrides:
getPropertyin classognl.ObjectPropertyAccessor- Throws:
ognl.OgnlException
-