Uses of Interface
org.springmodules.validation.util.context.ContextAware

Packages that use ContextAware
org.springmodules.validation.bean.conf.loader.xml   
org.springmodules.validation.util.context   
 

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 enables registration of element handlers.
 

Uses of ContextAware in org.springmodules.validation.util.context
 

Classes in org.springmodules.validation.util.context that implement ContextAware
 class BasicContextAware
           
 



Copyright © 2009. All Rights Reserved.