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 TypeMethodDescriptionboolean
Returns whether adjuster should not be skipped if the form field value is empty string.Methods inherited from class name.matthewgreet.strutscommons.policy.AbstractPolicySupport
getAnnotation, setAnnotation
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:Adjuster
Returns whether adjuster should not be skipped if the form field value is empty string.
-