|
Class Summary |
| CompoundRoot |
|
| CompoundRootAccessor |
|
| DefaultObjectTypeDeterminer |
This ObjectTypeDeterminer looks at the Class-conversion.properties for entries that indicated what
objects are contained within Maps and Collections. |
| InstantiatingNullHandler |
Provided that the key InstantiatingNullHandler.CREATE_NULL_OBJECTS is in the action context with a value of true (this key is set
only during the execution of the ParametersInterceptor), OGNL expressions
that have caused a NullPointerException will be temporarily stopped for evaluation while the system automatically
tries to solve the null references by automatically creating the object. |
| LocalizedTextUtil |
Provides support for localization in XWork. |
| ObjectProxy |
An Object to use within OGNL to proxy other Objects
usually Collections that you set in a different place
on the ValueStack but want to retain the context information
about where they previously were. |
| ObjectProxyPropertyAccessor |
|
| ObjectTypeDeterminerFactory |
User: plightbo
Date: Sep 22, 2005
Time: 8:26:17 PM |
| OgnlContextState |
|
| OgnlUtil |
Utility class that provides common access to the Ognl APIs for
setting and getting properties from objects (usually Actions). |
| OgnlValueStack |
OgnlValueStack allows multiple beans to be pushed in and dynamic Ognl expressions to be evaluated against it. |
| OgnlValueStack.ObjectAccessor |
|
| TextParseUtil |
Utility class for text parsing. |
| XWorkBasicConverter |
WebWork will automatically handle the most common type conversion for you. |
| XWorkCollectionPropertyAccessor |
|
| XWorkContinuationConfig |
User: patrick
Date: Sep 22, 2005
Time: 7:39:30 AM |
| XWorkConverter |
XWorkConverter is a singleton used by many of the WebWork's Ognl extention points,
such as InstantiatingNullHandler, XWorkListPropertyAccessor etc to do object
conversion. |
| XWorkEnumerationAcccessor |
User: plightbo
Date: Nov 13, 2003
Time: 7:13:37 AM |
| XWorkIteratorPropertyAccessor |
User: plightbo
Date: Nov 13, 2003
Time: 7:12:22 AM |
| XWorkList |
Deprecated. Native support for expanding lists and maps is provided in XWork 1.1, so this is no longer needed. |
| XWorkListPropertyAccessor |
|
| XWorkMap |
Deprecated. Native support for expanding lists and maps is provided in XWork 1.1, so this is no longer needed. |
| 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 XWorkMethodAccessor.DENY_METHOD_EXECUTION
is in the action context with a value of true. |
| XWorkObjectPropertyAccessor |
|