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

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

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

Methods in org.apache.cocoon.woody.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.woody.datatype.convertor
 

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

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



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