Uses of Package
org.springjutsu.validation.executors

Packages that use org.springjutsu.validation.executors
org.springjutsu.validation Base package. 
org.springjutsu.validation.executors Base points for registering, creating and extending Validation Rule Executors. 
org.springjutsu.validation.executors.impl This is where the default registered Validation Rule Executors live. 
 

Classes in org.springjutsu.validation.executors used by org.springjutsu.validation
RuleExecutorContainer
          Stores all discovered named rule executors, and makes them available as validation rule types.
 

Classes in org.springjutsu.validation.executors used by org.springjutsu.validation.executors
RuleExecutor
          Performs validation for a given rule.
RuleExecutorContainer.RuleExecutorBeanRegistrant
          Used by @see{ValidationConfigurationParser} to register executors wired in the XML config.
ValidWhenEmptyRuleExecutor
          Returns as valid if model object is null or empty, thereby performing an initial null check, and only validating non-empty models.
 

Classes in org.springjutsu.validation.executors used by org.springjutsu.validation.executors.impl
RegexMatchRuleExecutor
          Asserts a value is valid if it is empty, or matches a given regex.
RuleExecutor
          Performs validation for a given rule.
ValidWhenEmptyRuleExecutor
          Returns as valid if model object is null or empty, thereby performing an initial null check, and only validating non-empty models.
 



Copyright © 2013 Spring Jutsu. All Rights Reserved.