Uses of Class
org.scopemvc.util.convertor.NullStringConvertor

Packages that use NullStringConvertor
org.scopemvc.util.convertor This package contains an extensible mechanism used to convert arbitrary types to and from a String representation. 
 

Uses of NullStringConvertor in org.scopemvc.util.convertor
 

Subclasses of NullStringConvertor in org.scopemvc.util.convertor
 class BigDecimalStringConvertor
          String convertor for type BigDecimal.
 class BigIntegerStringConvertor
          String convertor for type BigInteger.
 class BooleanStringConvertor
          String convertor for type java.util.Date.
 class DateStringConvertor
          String convertor for type java.util.Date.
 class DateTimeStringConvertor
          String convertor for type DateTime or java.util.Date .
 class DoubleStringConvertor
          String convertor for type java.lang.Double.
 class FloatStringConvertor
          String convertor for type java.lang.Float.
 class IntegerStringConvertor
          String convertor for type java.lang.Integer.
 class LongStringConvertor
          String convertor for type java.lang.Long.
 class NumberStringConvertor
          Abstract base class for numeric StringConvertors.
 class StringStringConvertor
          String convertor for type java.lang.String.
 class TimeStringConvertor
          String convertor for type Time or java.util.Date .
 



Copyright © 2000-2002 The Scope Team. All Rights Reserved.