Package org.springjutsu.validation.executors

Base points for registering, creating and extending Validation Rule Executors.

See:
          Description

Interface Summary
RuleExecutor Performs validation for a given rule.
 

Class Summary
RegexMatchRuleExecutor Asserts a value is valid if it is empty, or matches a given regex.
RuleExecutorContainer Stores all discovered named rule executors, and makes them available as validation rule types.
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.
 

Annotation Types Summary
ConfiguredRuleExecutor Annotates a class that implements RuleExecutor in order to provide a name under which the class should be registered as a validation rule executor.
 

Package org.springjutsu.validation.executors Description

Base points for registering, creating and extending Validation Rule Executors.



Copyright © 2013 Spring Jutsu. All Rights Reserved.