Class | Description |
---|---|
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 |
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 | |
XWorkConverter |
XWorkConverter is a singleton used by many of the Struts 2's Ognl extension points,
such as InstantiatingNullHandler, XWorkListPropertyAccessor etc to do object
conversion.
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.