Uses of Package
org.apache.cocoon.forms.datatype.convertor

Packages that use org.apache.cocoon.forms.datatype.convertor
org.apache.cocoon.forms.binding   
org.apache.cocoon.forms.datatype   
org.apache.cocoon.forms.datatype.convertor General purpose convertors for converting between string and object representations of things (numbers, dates, ...). 
org.apache.cocoon.forms.datatype.typeimpl   
 

Classes in org.apache.cocoon.forms.datatype.convertor used by org.apache.cocoon.forms.binding
Convertor
          The purpose of a Convertor is to convert between Object and String representations of the same thing.
 

Classes in org.apache.cocoon.forms.datatype.convertor used by org.apache.cocoon.forms.datatype
ConversionResult
          Object returned as result of Convertor.convertFromString(java.lang.String, java.util.Locale, org.apache.cocoon.forms.datatype.convertor.Convertor.FormatCache).
Convertor
          The purpose of a Convertor is to convert between Object and String representations of the same thing.
Convertor.FormatCache
           
 

Classes in org.apache.cocoon.forms.datatype.convertor used by org.apache.cocoon.forms.datatype.convertor
BeanConvertorBuilder
           
BooleanConvertorBuilder
           
CharConvertorBuilder
           
ConversionResult
          Object returned as result of Convertor.convertFromString(java.lang.String, java.util.Locale, org.apache.cocoon.forms.datatype.convertor.Convertor.FormatCache).
Convertor
          The purpose of a Convertor is to convert between Object and String representations of the same thing.
Convertor.FormatCache
           
ConvertorBuilder
          Interface to be implemented by components that can build a Convertor based on a XML configuration (supplied as DOM Element).
DateConvertorBuilder
           
DecimalConvertorBuilder
           
DoubleConvertorBuilder
           
EnumConvertorBuilder
           
FloatConvertorBuilder
           
FormattingDecimalConvertor
          A Convertor for BigDecimals backed by the DecimalFormat class.
FormattingDecimalConvertorBuilder
          Builds FormattingDecimalConvertors.
IntegerConvertorBuilder
           
LongConvertorBuilder
           
StringConvertorBuilder
           
 

Classes in org.apache.cocoon.forms.datatype.convertor used by org.apache.cocoon.forms.datatype.typeimpl
ConversionResult
          Object returned as result of Convertor.convertFromString(java.lang.String, java.util.Locale, org.apache.cocoon.forms.datatype.convertor.Convertor.FormatCache).
Convertor
          The purpose of a Convertor is to convert between Object and String representations of the same thing.
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.