Package name.matthewgreet.strutscommons.policy
package name.matthewgreet.strutscommons.policy
Standard adjusters, converters and validators used in alternate annotation-based annotation.
-
ClassDescriptionAbstractAdjusterSupport<A extends Annotation>Preferred template class for implementations of adjusters.Preferred template class for implementations of converters to collection-based data types.Preferred template class for implementations of post conversion adjusters of collections.Preferred template class for implementations of post-conversion validators of collection-based data types.Preferred template class for implementations of converters to single value data type.Template class for client supplied adjusters that modifies a form field value.Template class for client supplied converters to collection-based data types.Template class for client supplied converters to collection-based data types that just format for a view helper.Template class for client supplied adjusters that modifies a form field collection value.Template class for client supplied validators that validates a converted form field value that are collections.Template class for client supplied validators that convert a string-based form field to a single, other data type.Template class for client supplied converters that just format for a view helper.Template class for client supplied validators that convert a string-based form field to a single, other data type.Template class for client supplied adjusters that modifies a form field value.Template class for client supplied validators that validates a converted form field value that are single values.AbstractNonConversionValidatorSupport<A extends Annotation>Preferred template class for implementations of non-conversion validators of single value data types.AbstractPolicySupport<A extends Annotation>Preferred template class for implementations of post conversion adjusters.Preferred template class for implementations of post-conversion validators of single value data types.AbstractValidatorSupport<A extends Annotation>Adjuster<A extends Annotation>Interface for adjusters, which alter form field values and used by
AnnotationValidationInterceptor
andAnnotationValidationInterceptor2
.Interface for form field validators used byAnnotationValidationInterceptor
andAnnotationValidationInterceptor2
that convert from string values to collections and vice versa.Interface for post conversion adjusters, which alter form field values that are collections and used byAnnotationValidationInterceptor2
(notAnnotationValidationInterceptor
).Interface for form field validators used byAnnotationValidationInterceptor
andAnnotationValidationInterceptor2
that check a converted value.Describes result of a conversion.Interface for form field validators used byAnnotationValidationInterceptor
andAnnotationValidationInterceptor2
that convert from string values to single values and vice versa.NonConversionValidator<A extends Annotation>Interface for form field validators used byAnnotationValidationInterceptor
andAnnotationValidationInterceptor2
that don't convert from string values.Policy<A extends Annotation>Base interface for form field converters, validators and adjusters used byAnnotationValidationInterceptor
andAnnotationValidationInterceptor2
.Interface for post conversion adjusters, which alter form field values and used byAnnotationValidationInterceptor2
(notAnnotationValidationInterceptor
).Interface for form field validators used byAnnotationValidationInterceptor
andAnnotationValidationInterceptor2
that check a converted value.Describes result of a validation.Validator<A extends Annotation>Base interface for form field converters and validators used byAnnotationValidationInterceptor
andAnnotationValidationInterceptor2
.