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)
|