| Package | Description |
|---|---|
| com.opensymphony.xwork2.validator.validators |
XWork default validator classes.
|
| Class and Description |
|---|
| AbstractRangeValidator
Base class for range based validators.
|
| FieldValidatorSupport
Base class for field validators.
|
| RegexFieldValidator
Validates a string field using a regular expression.
|
| RepopulateConversionErrorFieldValidatorSupport
An abstract base class that adds in the capability to populate the stack with
a fake parameter map when a conversion error has occurred and the 'repopulateField'
property is set to "true".
|
| ValidatorSupport
Abstract implementation of the Validator interface suitable for subclassing.
|
| VisitorFieldValidator
The VisitorFieldValidator allows you to forward validation to object
properties of your action using the object's own validation files.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.