|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
This is where the default registered Validation Rule Executors live.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||