Package org.apache.shale.validator.validator

This package contains a set of JSF validators that use the Apache Commons Validator API to perform both client- and server-side validation.

See:
          Description

Class Summary
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.
 

Package org.apache.shale.validator.validator Description

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-2007 Apache Software Foundation. All Rights Reserved.