Package org.springmodules.validation.bean.conf.loader.xml.handler

Interface Summary
ClassValidationElementHandler An handler that handles class level validation dom elements and manipulates the validation configuration appropriately.
PropertyValidationElementHandler An handler that handles property level validation dom elements and manipulates the validation configuration appropriately.
 

Class Summary
AbstractClassValidationElementHandler A base class for common PropertyValidationElementHandler implementations that represent validation rules.
AbstractPropertyValidationElementHandler A base class for common PropertyValidationElementHandler implementations that represent validation rules.
DateInFutureRuleElementHandler An AbstractPropertyValidationElementHandler implementation that can handle an element that represents a "date in the future" validation rule - a rule that validates that a given date occured in the future.
DateInPastRuleElementHandler An AbstractPropertyValidationElementHandler implementation that can handle an element that represents a "date in the past" validation rule - a rule that validates that a given date occured in the past.
EmailRuleElementHandler An AbstractPropertyValidationElementHandler implementation that can handle an element that represents an email validation rule.
ExpressionClassValidationElementHandler An AbstractClassValidationElementHandler that can handle class elements that represent valang validation rules.
ExpressionPropertyValidationElementHandler An AbstractPropertyValidationElementHandler that can handle elements that represent valang validation rules.
LengthRuleElementHandler An AbstractPropertyValidationElementHandler that can handle an element that represents a length range validation rule, min length validation rule, or max length vaidation rule.
NotBlankRuleElementHandler An AbstractPropertyValidationElementHandler implementation that can handle and element that represents a "not blank" validation rule - a rule that validates that a string is not blank.
NotEmptyRuleElementHandler An AbstractPropertyValidationElementHandler implementation that can handle an element that represents a "not empty" validation rule (validation rule that validates that a collection/array is not empty).
NotNullRuleElementHandler An AbstractPropertyValidationElementHandler implementation that can handle an element that represents a not-null validation rule.
RangeRuleElementHandler An AbstractPropertyValidationElementHandler implementation that can handle an element that represent a range validation rule, min validation rule, or max validation rule.
RegExpRuleElementHandler An AbstractPropertyValidationElementHandler implementation that knows how to handle elements that represent regular expression validation rules.
SizeRuleElementHandler An AbstractPropertyValidationElementHandler that parses a size validation rules.
 



Copyright © 2005. All Rights Reserved.