| Interface | Description | 
|---|---|
| ClientValidator | 
 Interface implemented by Objects that wish to perform client-side
 validation in addition to server-side validation. | 
| Class | Description | 
|---|---|
| ByteLengthValidator | ByteLengthValidator is a  Validatorthat checks
 the value of the corresponding component for its byte length for the set
 character encoding. | 
| DateRestrictionValidator | |
| DateTimeRangeValidator | DateTimeRangeValidator is a  Validatorthat checks
 the value of the corresponding component against specified minimum and
 maximum dates. | 
| DoubleRangeValidator | Implementation for  java.lang.Doublevalues. | 
| LengthValidator | Implementation for length of  java.lang.Stringvalues. | 
| LongRangeValidator | Implementation for  java.lang.Longvalues. | 
| RegExpValidator | RegExpValidator is a  Validatorthat checks
 the value of the corresponding component against specified pattern
 using Java regular expression syntax. | 
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.