Uses of Interface
name.matthewgreet.strutscommons.policy.CollectionPostConversionValidator
Packages that use CollectionPostConversionValidator
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 CollectionPostConversionValidator in name.matthewgreet.strutscommons.interceptor
Methods in name.matthewgreet.strutscommons.interceptor with parameters of type CollectionPostConversionValidatorModifier and TypeMethodDescriptionprotected <T> void
AnnotationValidationInterceptor.checkCollectionPostConversionMessage
(Field unconvertedField, Annotation annotation, CollectionPostConversionValidator<?, T> collectionPostConversionValidator, AnnotationValidationInterceptor.ConversionFieldResult<T> conversionFieldResult, ValidationResult validationResult, com.opensymphony.xwork2.interceptor.ValidationAware validationAware, com.opensymphony.xwork2.TextProvider textProvider) Checks if conversion results means a message must be written and writes appropriate type if needed.protected <T> ValidationResult
AnnotationValidationInterceptor.validateCollectionPostConversion
(Field unconvertedField, Annotation annotation, CollectionPostConversionValidator<?, T> collectionPostConversionValidator, Collection<T> convertedValue, Field recipientField, Class<?> recipientClass) Calls validator to check a converted form field. -
Uses of CollectionPostConversionValidator in name.matthewgreet.strutscommons.policy
Classes in name.matthewgreet.strutscommons.policy that implement CollectionPostConversionValidatorModifier and TypeClassDescriptionclass
Preferred template class for implementations of post-conversion validators of collection-based data types.class
Template class for client supplied validators that validates a converted form field value that are collections. -
Uses of CollectionPostConversionValidator in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return CollectionPostConversionValidatorModifier and TypeMethodDescriptionInterceptorCommonLibrary.ConfiguredPolicy.getCollectionPostConversionValidator()
Methods in name.matthewgreet.strutscommons.util with parameters of type CollectionPostConversionValidatorModifier and TypeMethodDescriptionstatic <T> InterceptorCommonLibrary.ConfiguredPolicy
<T> InterceptorCommonLibrary.ConfiguredPolicy.makeCollectionPostConversionValidatorResult
(CollectionPostConversionValidator<?, T> collectionPostConversionValidator)