Class AbstractListPostConversionValidatorSupport<A extends Annotation,T>
java.lang.Object
name.matthewgreet.strutscommons.policy.AbstractPolicySupport<A>
name.matthewgreet.strutscommons.policy.AbstractListPostConversionValidatorSupport<A,T>
- All Implemented Interfaces:
ListPostConversionValidator<A,,T> Policy<A>
- Direct Known Subclasses:
AbstractCustomListPostConversionValidatorSupport,MinIntegerEntryCountListPostConversionValidator,MinStringEntryCountListPostConversionValidator,RequiredIntegerEntriesValidator,RequiredStringEntriesValidator
public abstract class AbstractListPostConversionValidatorSupport<A extends Annotation,T>
extends AbstractPolicySupport<A>
implements ListPostConversionValidator<A,T>
Preferred template class for implementations of list post-conversion validators of array-based or collection-based
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.ListPostConversionValidator
getMessage, getMessageKey, getMessageType, getProcessNoValue, getRecipientClass, getShortCircuit, validateMethods inherited from interface name.matthewgreet.strutscommons.policy.Policy
getAnnotation, setAnnotation
-
Constructor Details
-
AbstractListPostConversionValidatorSupport
public AbstractListPostConversionValidatorSupport()
-