See: Description
Interface | Description |
---|---|
ValidatorMacro |
Allows support for "validator macros", a simple-minded way of combining several related valiations together under
a single name.
|
Class | Description |
---|---|
AbstractValidator<C,T> |
Base class for constructing a
Validator . |
A validator that checks if a given string is well-formed email address.
|
|
Max |
Enforces a maximum integer value.
|
MaxLength | |
Min | |
MinLength |
Validates that a string value has a minimum length.
|
None | |
Regexp | |
Required |
A validator that enforces that the value is not null and not the empty string.
|
Copyright © 2003-2012 The Apache Software Foundation.