Class AbstractPostConversionValidatorSupport<A extends Annotation,T>
java.lang.Object
name.matthewgreet.strutscommons.policy.AbstractPolicySupport<A>
name.matthewgreet.strutscommons.policy.AbstractPostConversionValidatorSupport<A,T>
- All Implemented Interfaces:
Policy<A>,PostConversionValidator<A,T>
- Direct Known Subclasses:
AbstractCustomPostConversionValidatorSupport,IntegerRangeValidator,MinIntegerValidator
public abstract class AbstractPostConversionValidatorSupport<A extends Annotation,T>
extends AbstractPolicySupport<A>
implements PostConversionValidator<A,T>
Preferred template class for implementations of post-conversion validators of single value data types.
-
Constructor Summary
Constructors -
Method Summary
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.PostConversionValidator
getMessage, getMessageKey, getMessageType, getProcessNoValue, getRecipientClass, getShortCircuit, validate
-
Constructor Details
-
AbstractPostConversionValidatorSupport
public AbstractPostConversionValidatorSupport()
-