|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ContextAware in org.springmodules.validation.bean.conf.loader.xml |
---|
Classes in org.springmodules.validation.bean.conf.loader.xml that implement ContextAware | |
---|---|
class |
DefaultValidationRuleElementHandlerRegistry
A SimpleValidationRuleElementHandlerRegistry that already registers the following default element handlers:
NotNullRuleElementHandler
LengthRuleElementHandler
NotBlankRuleElementHandler
EmailRuleElementHandler
RegExpRuleElementHandler
SizeRuleElementHandler
NotEmptyRuleElementHandler
NotBlankRuleElementHandler
RangeRuleElementHandler
ExpressionPropertyValidationElementHandler
DateInPastRuleElementHandler
DateInFutureRuleElementHandler *
InstantInFutureRuleElementHandler (only if joda-time library is available in the classpath) *
InstantInPastRuleElementHandler (only if joda-time library is available in the classpath) *
|
class |
SimpleValidationRuleElementHandlerRegistry
A simple implementation of ValidationRuleElementHandlerRegistry that enableds registration of element
handlers. |
Uses of ContextAware in org.springmodules.validation.util.cel.valang |
---|
Classes in org.springmodules.validation.util.cel.valang that implement ContextAware | |
---|---|
class |
ValangCondition
A Condition implementation that checks the given object based on a valang boolean expression. |
class |
ValangConditionExpressionParser
A ConditionExpressionParser implementation that knows how to parse valang boolean expressions. |
Uses of ContextAware in org.springmodules.validation.util.context |
---|
Classes in org.springmodules.validation.util.context that implement ContextAware | |
---|---|
class |
BasicContextAware
|
Uses of ContextAware in org.springmodules.validation.util.fel.parser |
---|
Classes in org.springmodules.validation.util.fel.parser that implement ContextAware | |
---|---|
class |
ValangFunctionExpressionParser
A FunctionExpressionParser implementation that knows how to parse valang function expressions. |
Uses of ContextAware in org.springmodules.validation.valang |
---|
Classes in org.springmodules.validation.valang that implement ContextAware | |
---|---|
class |
ValangValidator
An implementation of Validator that takes a Valang syntax string
to define the set of validation rules it will apply. |
Uses of ContextAware in org.springmodules.validation.valang.parser |
---|
Subinterfaces of ContextAware in org.springmodules.validation.valang.parser | |
---|---|
interface |
ValangBased
Objects that are based on the ValangParser should implement this interface. |
Classes in org.springmodules.validation.valang.parser that implement ContextAware | |
---|---|
class |
SimpleValangBased
A simple implementation of ValangBased . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |