Uses of Class
net.sourceforge.stripes.validation.NumberTypeConverterSupport

Packages that use NumberTypeConverterSupport
net.sourceforge.stripes.validation This package contains interfaces and implementations of error message classes and of classes that convert Strings to rich objects, providing validation during the conversion. 
 

Uses of NumberTypeConverterSupport in net.sourceforge.stripes.validation
 

Subclasses of NumberTypeConverterSupport in net.sourceforge.stripes.validation
 class BigDecimalTypeConverter
          Type converter for converting localized strings into BigDecimal numbers without any loss of magnitude or precision.
 class BigIntegerTypeConverter
          Type converter for converting localized strings into BigInteger numbers without any loss of magnitude or precision.
 class ByteTypeConverter
          Basic type converter for converting strings to bytes.
 class DoubleTypeConverter
          Basic TypeConverter that will convert from Strings to Numbers of type Double.
 class FloatTypeConverter
          Basic TypeConverter that converts Strings to Numbers of type Float.
 class IntegerTypeConverter
          Basic type converter for converting strings to integers.
 class LongTypeConverter
          Basic type converter for converting strings to integers.
 class PercentageTypeConverter
          A locale aware number converter that parses percentages.
 class ShortTypeConverter
          Basic type converter for converting strings to short integers.
 



? Copyright 2005-2006, Stripes Development Team.