|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| Constraints | Defines a set of built-in validation constraints. |
| Constraints.EmailValidator | Validator for @Email fields. |
| Constraints.MaxLengthValidator | Validator for @MaxLength fields. |
| Constraints.MaxValidator | Validator for @Max fields. |
| Constraints.MinLengthValidator | Validator for @MinLength fields. |
| Constraints.MinValidator | Validator for @Min fields. |
| Constraints.PatternValidator | Validator for @Pattern fields. |
| Constraints.RequiredValidator | Validator for @Required fields. |
| Constraints.Validator<T> | Super-type for validators. |
| Validation | Validation helpers. |
| ValidationError | A form validation error. |
| Annotation Types Summary | |
|---|---|
| Constraints.Email | Defines a email constraint for a string field. |
| Constraints.Max | Defines a maximum value for a numeric field. |
| Constraints.MaxLength | Defines a maxmimum length for a string field. |
| Constraints.Min | Defines a minumum value for a numeric field. |
| Constraints.MinLength | Defines a minumum length for a string field. |
| Constraints.Pattern | Defines a pattern constraint for a string field. |
| Constraints.Required | Defines a field as required. |
Provides the JSR 303 validation constraints.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||