Uses of Interface
name.matthewgreet.strutscommons.policy.Policy
Packages that use Policy
Package
Description
Standard adjusters, converters and validators used in alternate annotation-based annotation.
Various helper classes, especially for session-based data, and libraries.
-
Uses of Policy in name.matthewgreet.strutscommons.policy
Subinterfaces of Policy in name.matthewgreet.strutscommons.policyModifier and TypeInterfaceDescriptioninterface
Adjuster<A extends Annotation>
Interface for adjusters, which alter form field values and used byAnnotationValidationInterceptor
andAnnotationValidationInterceptor2
.interface
CollectionConverter<A extends Annotation,
T> Interface for form field validators used byAnnotationValidationInterceptor
andAnnotationValidationInterceptor2
that convert from string values to collections and vice versa.interface
CollectionPostConversionAdjuster<A extends Annotation,
T> Interface for post conversion adjusters, which alter form field values that are collections and used byAnnotationValidationInterceptor2
(notAnnotationValidationInterceptor
).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
PostConversionAdjuster<A extends Annotation,
T> Interface for post conversion adjusters, which alter form field values and used byAnnotationValidationInterceptor2
(notAnnotationValidationInterceptor
).interface
PostConversionValidator<A extends Annotation,
T> Interface for form field validators used byAnnotationValidationInterceptor
andAnnotationValidationInterceptor2
that check a converted value.interface
Validator<A extends Annotation>
Base interface for form field converters and validators used byAnnotationValidationInterceptor
andAnnotationValidationInterceptor2
.Classes in name.matthewgreet.strutscommons.policy that implement PolicyModifier and TypeClassDescriptionclass
AbstractAdjusterSupport<A extends Annotation>
Preferred template class for implementations of adjusters.class
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 adjusters of collections.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 adjusters that modifies a form field value.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 adjusters that modifies a form field collection value.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 adjusters that modifies a form field value.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
AbstractPolicySupport<A extends Annotation>
class
AbstractPostConversionAdjusterSupport<A extends Annotation,
T> Preferred template class for implementations of post conversion adjusters.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
class
class
class
class
class
-
Uses of Policy in name.matthewgreet.strutscommons.util
Classes in name.matthewgreet.strutscommons.util with type parameters of type PolicyModifier and TypeClassDescriptionstatic class
InterceptorCommonLibrary.PolicyEntry<A extends Annotation,
P extends Policy<A>> Describes table entry that finds a policy class from the annotation class that configures it.