Package org.springjutsu.validation.executors.impl

This is where the default registered Validation Rule Executors live.

See:
          Description

Class Summary
AlphabeticRuleExecutor Asserts that the model is alphabetic.
AlphanumericRuleExecutor Asserts that the model is alphanumeric
EmailRuleExecutor Asserts that the model is an email address string.
ExactLengthRuleExecutor Asserts that the model's length is exactly as specified by the argument.
MatchesRuleExecutor Asserts that the model matches the argument in actual equality or string converted equality.
MaxLengthRuleExecutor Asserts that the model's length does not exceed the length specified by the argument.
MinLengthRuleExecutor Asserts that the model's length is not lesser than the length specified by the argument.
NumericRuleExecutor Asserts that the model is in fact numeric.
RequiredRuleExecutor Asserts that the required model is present.
 

Package org.springjutsu.validation.executors.impl Description

This is where the default registered Validation Rule Executors live.



Copyright © 2013 Spring Jutsu. All Rights Reserved.