Uses of Interface
name.matthewgreet.strutscommons.validators.CollectionPostConversionValidator
Packages that use CollectionPostConversionValidator
Package
Description
-
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.util
Methods in name.matthewgreet.strutscommons.util that return CollectionPostConversionValidatorModifier and TypeMethodDescriptionValidatorLibrary.AnnotationUsageResult.getCollectionPostConversionValidator()
Constructors in name.matthewgreet.strutscommons.util with parameters of type CollectionPostConversionValidatorModifierConstructorDescriptionAnnotationUsageResult
(CollectionPostConversionValidator<Annotation, T> collectionPostConversionValidator) -
Uses of CollectionPostConversionValidator in name.matthewgreet.strutscommons.validators
Classes in name.matthewgreet.strutscommons.validators 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.