Uses of Interface
org.apache.cocoon.forms.datatype.convertor.Convertor.FormatCache

Packages that use Convertor.FormatCache
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, ...). 
 

Uses of Convertor.FormatCache in org.apache.cocoon.forms.datatype
 

Methods in org.apache.cocoon.forms.datatype with parameters of type Convertor.FormatCache
 void StaticSelectionList.SelectionListItem.generateSaxFragment(ContentHandler contentHandler, Locale locale, Convertor.FormatCache formatCache)
           
 

Uses of Convertor.FormatCache in org.apache.cocoon.forms.datatype.convertor
 

Classes in org.apache.cocoon.forms.datatype.convertor that implement Convertor.FormatCache
 class DefaultFormatCache
           
 

Methods in org.apache.cocoon.forms.datatype.convertor with parameters of type Convertor.FormatCache
 ConversionResult PlainLongConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult PlainIntegerConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult PlainFloatConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult PlainDoubleConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult PlainDecimalConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult PlainBooleanConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult MillisDateConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult Icu4jDateConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult HtmlCleaningConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult FormattingLongConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult FormattingIntegerConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult FormattingFloatConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult FormattingDoubleConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult FormattingDecimalConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult FormattingDateConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult EnumConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult DummyStringConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult Convertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
          Converts string representation into the object of convertor's type.
 ConversionResult CharConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult BeanConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 String PlainLongConvertor.convertToString(Object value, Locale locale, Convertor.FormatCache formatCache)
           
 String PlainIntegerConvertor.convertToString(Object value, Locale locale, Convertor.FormatCache formatCache)
           
 String PlainFloatConvertor.convertToString(Object value, Locale locale, Convertor.FormatCache formatCache)
           
 String PlainDoubleConvertor.convertToString(Object value, Locale locale, Convertor.FormatCache formatCache)
           
 String PlainDecimalConvertor.convertToString(Object value, Locale locale, Convertor.FormatCache formatCache)
           
 String PlainBooleanConvertor.convertToString(Object value, Locale locale, Convertor.FormatCache formatCache)
           
 String MillisDateConvertor.convertToString(Object value, Locale locale, Convertor.FormatCache formatCache)
           
 String Icu4jDateConvertor.convertToString(Object value, Locale locale, Convertor.FormatCache formatCache)
           
 String HtmlCleaningConvertor.convertToString(Object object, Locale locale, Convertor.FormatCache formatCache)
           
 String FormattingDecimalConvertor.convertToString(Object value, Locale locale, Convertor.FormatCache formatCache)
           
 String FormattingDateConvertor.convertToString(Object value, Locale locale, Convertor.FormatCache formatCache)
           
 String EnumConvertor.convertToString(Object value, Locale locale, Convertor.FormatCache formatCache)
           
 String DummyStringConvertor.convertToString(Object value, Locale locale, Convertor.FormatCache formatCache)
           
 String Convertor.convertToString(Object value, Locale locale, Convertor.FormatCache formatCache)
           
 String CharConvertor.convertToString(Object value, Locale locale, Convertor.FormatCache formatCache)
           
 String BeanConvertor.convertToString(Object value, Locale locale, Convertor.FormatCache formatCache)
           
protected  DecimalFormat FormattingDecimalConvertor.getDecimalFormat(Locale locale, Convertor.FormatCache formatCache)
           
 



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