Uses of Class
org.apache.shale.validator.util.AbstractUtilities

Packages that use AbstractUtilities
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. 
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. 
 

Uses of AbstractUtilities in org.apache.shale.validator.converter
 

Subclasses of AbstractUtilities in org.apache.shale.validator.converter
 class AbstractConverter
          Abstract base class for converters that use Apache Commons Validator as their foundation.
 class DoubleConverter
          JavaServer Faces Converter for Double (and int) instances.
 class FloatConverter
          JavaServer Faces Converter for Float (and int) instances.
 class IntegerConverter
          JavaServer Faces Converter for Integer (and int) instances.
 class LongConverter
          JavaServer Faces Converter for Long (and int) instances.
 class ShortConverter
          JavaServer Faces Converter for Short (and int) instances.
 

Uses of AbstractUtilities in org.apache.shale.validator.validator
 

Subclasses of AbstractUtilities in org.apache.shale.validator.validator
 class AbstractValidator
          Abstract base class for validators that use Apache Commons Validator as their foundation.
 class DoubleValidator
          Validator implementation that will perform both format and (optional) range checks on a Double value.
 class FloatValidator
          Validator implementation that will perform both format and (optional) range checks on a Float value.
 class IntegerValidator
          Validator implementation that will perform both format and (optional) range checks on an integer value.
 class LongValidator
          Validator implementation that will perform both format and (optional) range checks on a Long value.
 class ShortValidator
          Validator implementation that will perform both format and (optional) range checks on a Short value.
 



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