Uses of Interface
org.springmodules.validation.util.cel.ConditionExpressionBased

Packages that use ConditionExpressionBased
org.springmodules.validation.bean.conf.loader.xml   
org.springmodules.validation.bean.conf.loader.xml.handler   
org.springmodules.validation.bean.conf.loader.xml.handler.jodatime   
 

Uses of ConditionExpressionBased in org.springmodules.validation.bean.conf.loader.xml
 

Classes in org.springmodules.validation.bean.conf.loader.xml that implement ConditionExpressionBased
 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 DefaultXmlBeanValidationConfigurationLoader
          The default xml bean validation configuration loader.
 class SimpleValidationRuleElementHandlerRegistry
          A simple implementation of ValidationRuleElementHandlerRegistry that enables registration of element handlers.
 

Uses of ConditionExpressionBased in org.springmodules.validation.bean.conf.loader.xml.handler
 

Classes in org.springmodules.validation.bean.conf.loader.xml.handler that implement ConditionExpressionBased
 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.
 

Uses of ConditionExpressionBased in org.springmodules.validation.bean.conf.loader.xml.handler.jodatime
 

Classes in org.springmodules.validation.bean.conf.loader.xml.handler.jodatime that implement ConditionExpressionBased
 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 © 2009. All Rights Reserved.