Class | Description |
---|---|
CompoundRootAccessor |
A stack that is able to call methods on objects in the stack.
|
HttpParametersPropertyAccessor | |
ObjectAccessor | |
ObjectProxyPropertyAccessor |
Is able to access (set/get) properties on a given object.
|
ParameterPropertyAccessor | |
XWorkCollectionPropertyAccessor | |
XWorkEnumerationAccessor | |
XWorkIteratorPropertyAccessor | |
XWorkListPropertyAccessor |
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.
|
XWorkMapPropertyAccessor |
Implementation of PropertyAccessor that sets and gets properties by storing and looking
up values in Maps.
|
XWorkMethodAccessor |
Allows methods to be executed under normal cirumstances, except when
ReflectionContextState.DENY_METHOD_EXECUTION
is in the action context with a value of true. |
XWorkObjectPropertyAccessor |
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.