Class ValidCharactersConstraintProcessor

java.lang.Object
org.kuali.rice.krad.datadictionary.validation.processor.MandatoryElementConstraintProcessor<ValidCharactersConstraint>
org.kuali.rice.krad.datadictionary.validation.processor.ValidCharactersConstraintProcessor
All Implemented Interfaces:
ConstraintProcessor<Object,ValidCharactersConstraint>

public class ValidCharactersConstraintProcessor extends MandatoryElementConstraintProcessor<ValidCharactersConstraint>
This class defines a constraint processor to ensure that attribute values are constrained to valid characters, as defined by some regular expression. Of the constraint processors written for this version, this one is potentially the most difficult to understand because it holds on to a lot of legacy processing.
Author:
Kuali Rice Team (rice.collab@kuali.org)