Interface Adjuster<A extends Annotation>
- All Superinterfaces:
Policy<A>
- All Known Implementing Classes:
AbstractAdjusterSupport,AbstractCustomAdjusterSupport,ToLowerCaseAdjuster,ToUpperCaseAdjuster,TrimAdjuster
Interface for adjusters, which alter form field values and used by
AnnotationValidationInterceptor and
AnnotationValidationInterceptor2. Adjusters are run before any validators or converters.-
Method Summary
Modifier and TypeMethodDescriptionReturns adjusted form field value.booleanReturns whether adjuster should not be skipped if the form field value is empty string.Methods inherited from interface name.matthewgreet.strutscommons.policy.Policy
getAnnotation, setAnnotation
-
Method Details
-
adjust
Returns adjusted form field value.- Throws:
Exception
-
getProcessNoValue
boolean getProcessNoValue()Returns whether adjuster should not be skipped if the form field value is empty string.
-