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