Class ToUpperCaseAdjuster
java.lang.Object
name.matthewgreet.strutscommons.policy.AbstractPolicySupport<ToUpperCase>
name.matthewgreet.strutscommons.policy.AbstractAdjusterSupport<ToUpperCase>
name.matthewgreet.strutscommons.policy.ToUpperCaseAdjuster
- All Implemented Interfaces:
Adjuster<ToUpperCase>
,Policy<ToUpperCase>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns adjusted form field value.boolean
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
-
ToUpperCaseAdjuster
public ToUpperCaseAdjuster()
-
-
Method Details