Uses of Interface
name.matthewgreet.strutscommons.validators.Validator
Packages that use Validator
-
Uses of Validator in name.matthewgreet.strutscommons.validators
Subinterfaces of Validator in name.matthewgreet.strutscommons.validatorsModifier and TypeInterfaceDescriptioninterface
CollectionConverter<A extends Annotation,
T> Interface for form field validators used byAnnotationValidationInterceptor
that convert from string values to collections and vice versa.interface
CollectionPostConversionValidator<A extends Annotation,
T> Interface for form field validators used byAnnotationValidationInterceptor
that check a converted value.interface
Converter<A extends Annotation,
T> Interface for form field validators used byAnnotationValidationInterceptor
that convert from string values to single values and vice versa.interface
NonConversionValidator<A extends Annotation>
Interface for form field validators used byAnnotationValidationInterceptor
that don't convert from string values.interface
PostConversionValidator<A extends Annotation,
T> Interface for form field validators used byAnnotationValidationInterceptor
that check a converted value.Classes in name.matthewgreet.strutscommons.validators 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 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 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