Uses of Class
org.apache.turbine.services.intake.validator.NumberValidator

Packages that use NumberValidator
org.apache.turbine.services.intake.validator Validators for the various intake field types. 
 

Uses of NumberValidator in org.apache.turbine.services.intake.validator
 

Subclasses of NumberValidator in org.apache.turbine.services.intake.validator
 class BigDecimalValidator
          Validates BigDecimals with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
 class DoubleValidator
          Validates Doubles with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
 class FloatValidator
          Validates Floats with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
 class IntegerValidator
          Validates Integers with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
 class LongValidator
          Validates Longs with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
 class NumberKeyValidator
          Deprecated. No replacement
 class ShortValidator
          Validates Shorts with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
 



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