|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Validator | |
com.opensymphony.xwork | |
com.opensymphony.xwork.validator | |
com.opensymphony.xwork.validator.validators |
Uses of Validator in com.opensymphony.xwork |
Methods in com.opensymphony.xwork that return Validator | |
Validator |
ObjectFactory.buildValidator(String className,
Map params)
Build a Validator of the given type and set the parameters on it |
Uses of Validator in com.opensymphony.xwork.validator |
Subinterfaces of Validator in com.opensymphony.xwork.validator | |
interface |
FieldValidator
The FieldValidator interface defines the methods to be implemented by FieldValidators, which are used by the XWork validation framework to validate Action properties before executing the Action. |
Methods in com.opensymphony.xwork.validator that return Validator | |
static Validator |
ValidatorFactory.getValidator(String type,
Map params)
|
Uses of Validator in com.opensymphony.xwork.validator.validators |
Classes in com.opensymphony.xwork.validator.validators that implement Validator | |
class |
AbstractRangeValidator
AbstractRangeValidator |
class |
ConversionErrorFieldValidator
ConversionErrorFieldValidator |
class |
DateRangeFieldValidator
DateRangeFieldValidator |
class |
EmailValidator
EmailValidator checks that a given String field, if not empty, is a valid email address. |
class |
ExpressionValidator
ExpressionValidator |
class |
FieldExpressionValidator
Validates a field using an OGNL expression. |
class |
FieldValidatorSupport
FieldValidatorSupport Created : Jan 20, 2003 4:08:40 PM |
class |
IntRangeFieldValidator
IntRangeFieldValidator Created : Jan 20, 2003 11:36:43 PM |
class |
RequiredFieldValidator
RequiredFieldValidator |
class |
RequiredStringValidator
RequiredStringValidator checks that a String field is non-null and has a length > 0 (i.e. |
class |
StringLengthFieldValidator
StringLengthFieldValidator checks that a String field is of a certain length. |
class |
URLValidator
URLValidator checks that a given field is a String and a valid URL |
class |
ValidatorSupport
Abstract implementation of the Validator interface suitable for subclassing. |
class |
VisitorFieldValidator
The VisitorFieldValidator allows you to forward validation to object properties of your action using the object's own validation files. |
|
XWork Project Page | ||||||||||
PREV NEXT | FRAMES NO FRAMES |