Package org.apache.struts2.ognl.accessor
Class HttpParametersPropertyAccessor
java.lang.Object
ognl.ObjectPropertyAccessor
org.apache.struts2.ognl.accessor.HttpParametersPropertyAccessor
- All Implemented Interfaces:
ognl.PropertyAccessor
public class HttpParametersPropertyAccessor
extends ognl.ObjectPropertyAccessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty
(Map context, Object target, Object oname) void
setProperty
(Map context, Object target, Object oname, Object value) Methods inherited from class ognl.ObjectPropertyAccessor
getPossibleProperty, getPropertyClass, getSourceAccessor, getSourceSetter, hasGetProperty, hasGetProperty, hasSetProperty, hasSetProperty, setPossibleProperty
-
Constructor Details
-
HttpParametersPropertyAccessor
public HttpParametersPropertyAccessor()
-
-
Method Details
-
getProperty
- Specified by:
getProperty
in interfaceognl.PropertyAccessor
- Overrides:
getProperty
in classognl.ObjectPropertyAccessor
- Throws:
ognl.OgnlException
-
setProperty
public void setProperty(Map context, Object target, Object oname, Object value) throws ognl.OgnlException - Specified by:
setProperty
in interfaceognl.PropertyAccessor
- Overrides:
setProperty
in classognl.ObjectPropertyAccessor
- Throws:
ognl.OgnlException
-