Class AbstractCustomPostConversionAdjusterSupport<T>
java.lang.Object
name.matthewgreet.strutscommons.policy.AbstractPolicySupport<CustomPostConversionAdjuster>
name.matthewgreet.strutscommons.policy.AbstractPostConversionAdjusterSupport<CustomPostConversionAdjuster,T>
name.matthewgreet.strutscommons.policy.AbstractCustomPostConversionAdjusterSupport<T>
- All Implemented Interfaces:
Policy<CustomPostConversionAdjuster>,PostConversionAdjuster<CustomPostConversionAdjuster,T>
public abstract class AbstractCustomPostConversionAdjusterSupport<T>
extends AbstractPostConversionAdjusterSupport<CustomPostConversionAdjuster,T>
Template class for client supplied adjusters that modifies a form field value. Subclasses must implement
PostConversionAdjuster.adjust(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.Policy
getAnnotation, setAnnotationMethods inherited from interface name.matthewgreet.strutscommons.policy.PostConversionAdjuster
adjust, getRecipientClass
-
Constructor Details
-
AbstractCustomPostConversionAdjusterSupport
public AbstractCustomPostConversionAdjusterSupport()
-
-
Method Details
-
getProcessNoValue
public boolean getProcessNoValue()Description copied from interface:PostConversionAdjusterReturns whether validator should not be skipped if conversion failed or was skipped.
-