Uses of Class
org.apache.shale.validator.validator.AbstractValidator

Packages that use AbstractValidator
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 AbstractValidator in org.apache.shale.validator.validator
 

Subclasses of AbstractValidator in org.apache.shale.validator.validator
 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.