Class AbstractCustomCollectionPostConversionAdjusterSupport<T>
java.lang.Object
name.matthewgreet.strutscommons.policy.AbstractPolicySupport<CustomCollectionPostConversionAdjuster>
name.matthewgreet.strutscommons.policy.AbstractCollectionPostConversionAdjusterSupport<CustomCollectionPostConversionAdjuster,T>
name.matthewgreet.strutscommons.policy.AbstractCustomCollectionPostConversionAdjusterSupport<T>
- All Implemented Interfaces:
CollectionPostConversionAdjuster<CustomCollectionPostConversionAdjuster,
,T> Policy<CustomCollectionPostConversionAdjuster>
public abstract class AbstractCustomCollectionPostConversionAdjusterSupport<T>
extends AbstractCollectionPostConversionAdjusterSupport<CustomCollectionPostConversionAdjuster,T>
Template class for client supplied adjusters that modifies a form field collection value. Subclasses must implement
CollectionPostConversionAdjuster.adjust(java.util.Collection<T>)
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns whether validator should not be skipped if conversion failed or was skipped.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.CollectionPostConversionAdjuster
adjust, getRecipientClass
Methods inherited from interface name.matthewgreet.strutscommons.policy.Policy
getAnnotation, setAnnotation
-
Constructor Details
-
AbstractCustomCollectionPostConversionAdjusterSupport
public AbstractCustomCollectionPostConversionAdjusterSupport()
-
-
Method Details
-
getProcessNoValue
public boolean getProcessNoValue()Description copied from interface:CollectionPostConversionAdjuster
Returns whether validator should not be skipped if conversion failed or was skipped.
-