Uses of Class
org.springjutsu.validation.executors.ValidWhenEmptyRuleExecutor

Packages that use ValidWhenEmptyRuleExecutor
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. 
 

Uses of ValidWhenEmptyRuleExecutor in org.springjutsu.validation.executors
 

Subclasses of ValidWhenEmptyRuleExecutor in org.springjutsu.validation.executors
 class RegexMatchRuleExecutor
          Asserts a value is valid if it is empty, or matches a given regex.
 

Uses of ValidWhenEmptyRuleExecutor in org.springjutsu.validation.executors.impl
 

Subclasses of ValidWhenEmptyRuleExecutor in org.springjutsu.validation.executors.impl
 class AlphabeticRuleExecutor
          Asserts that the model is alphabetic.
 class AlphanumericRuleExecutor
          Asserts that the model is alphanumeric
 class EmailRuleExecutor
          Asserts that the model is an email address string.
 class ExactLengthRuleExecutor
          Asserts that the model's length is exactly as specified by the argument.
 class MaxLengthRuleExecutor
          Asserts that the model's length does not exceed the length specified by the argument.
 class MinLengthRuleExecutor
          Asserts that the model's length is not lesser than the length specified by the argument.
 class NumericRuleExecutor
          Asserts that the model is in fact numeric.
 



Copyright © 2013 Spring Jutsu. All Rights Reserved.