Interface NonConversionValidator<A extends Annotation>
- All Known Implementing Classes:
AbstractCustomNonConversionValidatorSupport,AbstractNonConversionValidatorSupport,MaxLengthValidator,RegexValidator,RequiredValidator
Interface for form field validators used by
AnnotationValidationInterceptor that don't convert from string
values.-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether rejection by this validator should stop further validation.Returns result of validation of form field.Methods inherited from interface name.matthewgreet.strutscommons.validators.Policy
getAnnotation, setAnnotationMethods inherited from interface name.matthewgreet.strutscommons.validators.Validator
getMessage, getMessageKey, getMessageType
-
Method Details
-
getShortCircuit
boolean getShortCircuit()Returns whether rejection by this validator should stop further validation. -
validate
Returns result of validation of form field.
-