Package org.apache.shale.validator.converter

This package contains a set of JSF converters that use the Apache Commons Validator API to perform both feature rich parsing and formatting of internal objects.

See:
          Description

Class Summary
AbstractConverter Abstract base class for converters that use Apache Commons Validator as their foundation.
DoubleConverter JavaServer Faces Converter for Double (and int) instances.
FloatConverter JavaServer Faces Converter for Float (and int) instances.
IntegerConverter JavaServer Faces Converter for Integer (and int) instances.
LongConverter JavaServer Faces Converter for Long (and int) instances.
ShortConverter JavaServer Faces Converter for Short (and int) instances.
 

Package org.apache.shale.validator.converter Description

This package contains a set of JSF converters that use the Apache Commons Validator API to perform both feature rich parsing and formatting of internal objects. They work in conjunction with a corresponding set of validators to support client- and server-side validation as well.



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.