Class AbstractCustomAdjusterSupport
java.lang.Object
name.matthewgreet.strutscommons.policy.AbstractPolicySupport<CustomAdjuster>
name.matthewgreet.strutscommons.policy.AbstractAdjusterSupport<CustomAdjuster>
name.matthewgreet.strutscommons.policy.AbstractCustomAdjusterSupport
- All Implemented Interfaces:
Adjuster<CustomAdjuster>,Policy<CustomAdjuster>
Template class for client supplied adjusters that modifies a form field value. Subclasses must implement
Adjuster.adjust(java.lang.String).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether adjuster should not be skipped if the form field value is empty string.Methods inherited from class name.matthewgreet.strutscommons.policy.AbstractPolicySupport
getAnnotation, setAnnotationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface name.matthewgreet.strutscommons.policy.Policy
getAnnotation, setAnnotation
-
Constructor Details
-
AbstractCustomAdjusterSupport
public AbstractCustomAdjusterSupport()
-
-
Method Details
-
getProcessNoValue
public boolean getProcessNoValue()Description copied from interface:AdjusterReturns whether adjuster should not be skipped if the form field value is empty string.
-