Modifier and Type | Class and Description |
---|---|
class |
AbstractClassValidationElementHandler
A base class for common
PropertyValidationElementHandler
implementations that represent validation rules. |
class |
AbstractPropertyValidationElementHandler
A base class for common
PropertyValidationElementHandler
implementations that represent validation rules. |
class |
ConditionReferenceRuleElementHandler
An
AbstractPropertyValidationElementHandler that
can handle org.springmodules.validation.bean.conf.loader.annotation.handler.ConditionRef xml element and
create the appropriate property validation rule. |
class |
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. |
class |
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. |
class |
EmailRuleElementHandler
An
AbstractPropertyValidationElementHandler implementation that can handle an element that represents an email
validation rule. |
class |
ExpressionClassValidationElementHandler
An
AbstractClassValidationElementHandler that can handle class elements that represent valang validation rules. |
class |
ExpressionPropertyValidationElementHandler
An
AbstractPropertyValidationElementHandler that can handle elements that represent valang validation rules. |
class |
LengthRuleElementHandler
An
AbstractPropertyValidationElementHandler that can handle an element that represents a length range validation rule,
min length validation rule, or max length vaidation rule. |
class |
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. |
class |
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). |
class |
NotNullRuleElementHandler
An
AbstractPropertyValidationElementHandler implementation that can handle an element that represents a not-null
validation rule. |
class |
RangeRuleElementHandler
An
AbstractPropertyValidationElementHandler implementation that can handle an element that represent a range
validation rule, min validation rule, or max validation rule. |
class |
RegExpRuleElementHandler
An
AbstractPropertyValidationElementHandler implementation that knows how to handle elements that represent
regular expression validation rules. |
class |
SizeRuleElementHandler
An
AbstractPropertyValidationElementHandler that parses a size validation rules. |
Modifier and Type | Class and Description |
---|---|
class |
InstantInFutureRuleElementHandler
An
AbstractPropertyValidationElementHandler implementation that can handle an element that represents an "in the
future" joda-time instant validation rule. |
class |
InstantInPastRuleElementHandler
An
AbstractPropertyValidationElementHandler implementation that can handle an element that represents an "in the
past" joda-time instant validation rule. |
Copyright © 2008-2013 Spring by Example. All Rights Reserved.