Class ToStartOfDayAdjuster
java.lang.Object
name.matthewgreet.strutscommons.policy.AbstractPolicySupport<ToStartOfDay>
name.matthewgreet.strutscommons.policy.AbstractPostConversionAdjusterSupport<ToStartOfDay,Date>
name.matthewgreet.strutscommons.policy.ToStartOfDayAdjuster
- All Implemented Interfaces:
Policy<ToStartOfDay>
,PostConversionAdjuster<ToStartOfDay,
Date>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns adjusted form field value.boolean
Returns whether validator should not be skipped if conversion failed or was skipped.Returns type of recipient fields that can receive converted form value.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
-
ToStartOfDayAdjuster
public ToStartOfDayAdjuster()
-
-
Method Details
-
getProcessNoValue
public boolean getProcessNoValue()Description copied from interface:PostConversionAdjuster
Returns whether validator should not be skipped if conversion failed or was skipped. -
getRecipientClass
Description copied from interface:PostConversionAdjuster
Returns type of recipient fields that can receive converted form value. -
adjust
Description copied from interface:PostConversionAdjuster
Returns adjusted form field value.- Throws:
Exception
-