Class ToLowerCaseAdjuster
java.lang.Object
name.matthewgreet.strutscommons.policy.AbstractPolicySupport<ToLowerCase>
name.matthewgreet.strutscommons.policy.AbstractAdjusterSupport<ToLowerCase>
name.matthewgreet.strutscommons.policy.ToLowerCaseAdjuster
- All Implemented Interfaces:
Adjuster<ToLowerCase>
,Policy<ToLowerCase>
-
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
-
ToLowerCaseAdjuster
public ToLowerCaseAdjuster()
-
-
Method Details