Uses of Interface
name.matthewgreet.strutscommons.policy.Validator
Packages that use Validator
Package
Description
Standard adjusters, converters and validators used in alternate annotation-based annotation.
-
Uses of Validator in name.matthewgreet.strutscommons.policy
Subinterfaces of Validator in name.matthewgreet.strutscommons.policyModifier and TypeInterfaceDescriptioninterface
CollectionConverter<A extends Annotation,
T> Interface for form field validators used byAnnotationValidationInterceptor
andAnnotationValidationInterceptor2
that convert from string values to collections and vice versa.interface
CollectionPostConversionValidator<A extends Annotation,
T> Interface for form field validators used byAnnotationValidationInterceptor
andAnnotationValidationInterceptor2
that check a converted value.interface
Converter<A extends Annotation,
T> Interface for form field validators used byAnnotationValidationInterceptor
andAnnotationValidationInterceptor2
that convert from string values to single values and vice versa.interface
NonConversionValidator<A extends Annotation>
Interface for form field validators used byAnnotationValidationInterceptor
andAnnotationValidationInterceptor2
that don't convert from string values.interface
PostConversionValidator<A extends Annotation,
T> Interface for form field validators used byAnnotationValidationInterceptor
andAnnotationValidationInterceptor2
that check a converted value.Classes in name.matthewgreet.strutscommons.policy that implement ValidatorModifier and TypeClassDescriptionclass
AbstractCollectionConverterSupport<A extends Annotation,
T> Preferred template class for implementations of converters to collection-based data types.class
Preferred template class for implementations of post-conversion validators of collection-based data types.class
AbstractConverterSupport<A extends Annotation,
T> Preferred template class for implementations of converters to single value data type.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
Template class for client supplied validators that validates a converted form field value that are collections.class
Template class for client supplied validators that convert a string-based form field to a single, other data type.class
Template class for client supplied converters that just format for a view helper.class
Template class for client supplied validators that convert a string-based form field to a single, other data type.class
Template class for client supplied validators that validates a converted form field value that are single values.class
AbstractNonConversionValidatorSupport<A extends Annotation>
Preferred template class for implementations of non-conversion validators of single value data types.class
AbstractPostConversionValidatorSupport<A extends Annotation,
T> Preferred template class for implementations of post-conversion validators of single value data types.class
AbstractValidatorSupport<A extends Annotation>
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class