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 TypeMethodDescriptionbooleanReturns whether validator should not be skipped if conversion failed or was skipped.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.CollectionPostConversionAdjuster
adjust, getRecipientClassMethods 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:CollectionPostConversionAdjusterReturns whether validator should not be skipped if conversion failed or was skipped.
-