Package org.apache.struts2.ognl.accessor
package org.apache.struts2.ognl.accessor
-
ClassDescriptionA stack that is able to call methods on objects in the stack.Is able to access (set/get) properties on a given object.Overrides the list property accessor so in the case of trying to add properties of a given bean and the JavaBean is not present, this class will create the necessary blank JavaBeans.Implementation of PropertyAccessor that sets and gets properties by storing and looking up values in Maps.Allows methods to be executed under normal cirumstances, except when
ReflectionContextState.DENY_METHOD_EXECUTION
is in the action context with a value of true.