Uses of Interface
name.matthewgreet.strutscommons.policy.CollectionConverter
Packages that use CollectionConverter
Package
Description
Various Struts 2 Interceptors.
Standard adjusters, converters and validators used in alternate annotation-based annotation.
Various helper classes, especially for session-based data, and libraries.
-
Uses of CollectionConverter in name.matthewgreet.strutscommons.interceptor
Methods in name.matthewgreet.strutscommons.interceptor with parameters of type CollectionConverterModifier and TypeMethodDescriptionprotected <T> void
AnnotationValidationInterceptor.checkCollectionConversionMessage
(Field unconvertedField, Annotation annotation, CollectionConverter<?, T> collectionConverter, AnnotationValidationInterceptor.ConversionFieldResult<T> conversionFieldResult, com.opensymphony.xwork2.interceptor.ValidationAware validationAware, com.opensymphony.xwork2.TextProvider textProvider) Deprecated.Checks if conversion results means a message must be written and writes appropriate type if needed.protected <T> ConversionResult
<T> AnnotationValidationInterceptor.validateCollectionConversion
(Field unconvertedField, Annotation annotation, CollectionConverter<?, T> collectionConverter, String formValue, Field recipientField, Class<T> recipientClass) Deprecated.Calls validator to convert string form field value to recipient field of expected data type. -
Uses of CollectionConverter in name.matthewgreet.strutscommons.policy
Classes in name.matthewgreet.strutscommons.policy that implement CollectionConverterModifier and TypeClassDescriptionclass
AbstractCollectionConverterSupport<A extends Annotation,
T> Preferred template class for implementations of converters to collection-based data types.class
Template class for client supplied converters to collection-based data types.class
Template class for client supplied converters to collection-based data types that just format for a view helper.class
class
-
Uses of CollectionConverter in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return CollectionConverterModifier and TypeMethodDescriptionInterceptorCommonLibrary.ConfiguredPolicy.getCollectionConverter()
protected <T> CollectionConverter
<?, T> DefaultDisplayFormatter.getDefaultCollectionConverter
(DefaultDisplayFormatter.DisplayFieldUsage<T> displayFieldUsage) Returns default collection converter for a collection form field or display field, or null if none available.static CollectionConverter
<?, ?> InterceptorCommonLibrary.getDefaultCollectionConverter
(Field field) Returns default collection converter for a collection form field or display field, or null if none available.Methods in name.matthewgreet.strutscommons.util with parameters of type CollectionConverterModifier and TypeMethodDescriptionstatic <T> InterceptorCommonLibrary.ConfiguredPolicy
<T> InterceptorCommonLibrary.ConfiguredPolicy.makeCollectionConverterResult
(CollectionConverter<?, T> collectionConverter, boolean defaultAnnotation)