See: Description
Class | Description |
---|---|
AbstractValidator |
Abstract base class for validators that use Apache Commons Validator
as their foundation.
|
DoubleValidator |
Validator implementation that will perform both format
and (optional) range checks on a Double value. |
FloatValidator |
Validator implementation that will perform both format
and (optional) range checks on a Float value. |
IntegerValidator |
Validator implementation that will perform both format
and (optional) range checks on an integer value. |
LongValidator |
Validator implementation that will perform both format
and (optional) range checks on a Long value. |
ShortValidator |
Validator implementation that will perform both format
and (optional) range checks on a Short value. |
This package contains a set of JSF validators that use the Apache Commons Validator API to perform both client- and server-side validation. They work in conjunction with a corresponding set of converters to provide feature-rich formatting and parsing support as well.
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.