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

Packages that use RegexMatchRuleExecutor
org.springjutsu.validation.executors.impl This is where the default registered Validation Rule Executors live. 
 

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

Subclasses of RegexMatchRuleExecutor 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 NumericRuleExecutor
          Asserts that the model is in fact numeric.
 



Copyright © 2013 Spring Jutsu. All Rights Reserved.