| Class | Description |
|---|---|
| AnnotationXWorkConverter | Deprecated
Since XWork 2.0.4, the implementation of XWorkConverter handles the processing of annotations.
|
| ArrayConverter | |
| CollectionConverter | |
| DateConverter | |
| DefaultConversionAnnotationProcessor |
Default implementation of
ConversionAnnotationProcessor |
| DefaultConversionFileProcessor |
Default implementation of
ConversionFileProcessor |
| DefaultConversionPropertiesProcessor |
TODO lukaszlenart: add a comment
|
| DefaultObjectTypeDeterminer |
This
ObjectTypeDeterminer looks at the Class-conversion.properties for entries that indicated what
objects are contained within Maps and Collections. |
| DefaultTypeConverter |
Default type conversion.
|
| DefaultTypeConverterCreator |
Default implementation of
TypeConverterCreator |
| DefaultTypeConverterHolder |
Default implementation of
TypeConverterHolder |
| EnumTypeConverter | Deprecated
Since Struts 2.1.0 as enum support is now built into XWork
|
| GenericsObjectTypeDeterminer | Deprecated
Use DefaultObjectTypeDeterminer instead.
|
| InstantiatingNullHandler |
Provided that the key
ReflectionContextState.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. |
| NumberConverter | |
| StringConverter | |
| XWorkBasicConverter |
XWork will automatically handle the most common type conversion for you.
|
| XWorkConverter |
XWorkConverter is a singleton used by many of the Struts 2's Ognl extention points,
such as InstantiatingNullHandler, XWorkListPropertyAccessor etc to do object
conversion.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.