Uses of Interface
name.matthewgreet.strutscommons.policy.PostConversionValidator
Packages that use PostConversionValidator
Package
Description
Various Struts 2 Interceptors.
Standard adjusters, converters and validators used in alternate annotation-based annotation.
Various helper classes, especially for session-based data, and libraries.
-
Uses of PostConversionValidator in name.matthewgreet.strutscommons.interceptor
Methods in name.matthewgreet.strutscommons.interceptor with parameters of type PostConversionValidatorModifier and TypeMethodDescriptionprotected <T> voidAnnotationValidationInterceptor.checkPostConversionMessage(Field unconvertedField, Annotation annotation, PostConversionValidator<?, T> postConversionValidator, AnnotationValidationInterceptor.ConversionFieldResult<T> conversionFieldResult, ValidationResult validationResult, com.opensymphony.xwork2.interceptor.ValidationAware validationAware, com.opensymphony.xwork2.TextProvider textProvider) Deprecated.Checks if conversion results means a message must be written and writes appropriate type if needed.protected <T> ValidationResultAnnotationValidationInterceptor.validatePostConversion(Field unconvertedField, Annotation annotation, PostConversionValidator<?, T> postConversionValidator, T convertedValue, Field recipientField, Class<T> recipientClass) Deprecated.Calls validator to check a converted form field. -
Uses of PostConversionValidator in name.matthewgreet.strutscommons.policy
Classes in name.matthewgreet.strutscommons.policy that implement PostConversionValidatorModifier and TypeClassDescriptionclassTemplate class for client supplied validators that validates a converted form field value that are single values.classAbstractPostConversionValidatorSupport<A extends Annotation,T> Preferred template class for implementations of post-conversion validators of single value data types.classclass -
Uses of PostConversionValidator in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return PostConversionValidatorModifier and TypeMethodDescriptionInterceptorCommonLibrary.ConfiguredPolicy.getPostConversionValidator()Methods in name.matthewgreet.strutscommons.util with parameters of type PostConversionValidatorModifier and TypeMethodDescriptionstatic <T> InterceptorCommonLibrary.ConfiguredPolicy<T> InterceptorCommonLibrary.ConfiguredPolicy.makePostConversionValidatorResult(PostConversionValidator<?, T> postConversionValidator)