Uses of Interface
name.matthewgreet.strutscommons.validators.Converter
Packages that use Converter
Package
Description
-
Uses of Converter in name.matthewgreet.strutscommons.interceptor
Methods in name.matthewgreet.strutscommons.interceptor with parameters of type ConverterModifier and TypeMethodDescriptionprotected <T> void
AnnotationValidationInterceptor.checkConversionMessage
(Field unconvertedField, Annotation annotation, Converter<?, T> converter, AnnotationValidationInterceptor.ConversionFieldResult<T> conversionFieldResult, com.opensymphony.xwork2.interceptor.ValidationAware validationAware, com.opensymphony.xwork2.TextProvider textProvider) Checks if conversion results means a message must be written and writes appropriate type if needed.protected <T> ConversionResult
<T> AnnotationValidationInterceptor.validateConversion
(Field unconvertedField, Annotation annotation, Converter<?, T> conversionValidator, String formValue, Field recipientField, Class<T> recipientClass) Calls validator to convert string form field value to recipient field of expected data type. -
Uses of Converter in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return ConverterConstructors in name.matthewgreet.strutscommons.util with parameters of type Converter -
Uses of Converter in name.matthewgreet.strutscommons.validators
Classes in name.matthewgreet.strutscommons.validators that implement ConverterModifier and TypeClassDescriptionclass
AbstractConverterSupport<A extends Annotation,
T> Preferred template class for implementations of converters to single value data type.class
Template class for client supplied validators that convert a string-based form field to a single, other data type.class
class
class
class
class