org.apache.cocoon.forms.datatype.convertor |
|
Java Source File Name | Type | Comment |
BeanConvertor.java | Class | Converts String representation of beans to bean instances and vice versa.
Sometimes the toString() method doesn't give a good representation of a
Java Bean suited for selection list IDs. |
BeanConvertorBuilder.java | Class | Creates
BeanConvertor s
The optional <fd:bean>FQCN</fd:bean> attribute is used to give
this convertor a hint of which concrete bean class we are going to work with.
If this attribute is not specified java.lang.Object is used.
Sometimes the toString() method doesn't give a good representation of a
Java Bean suited for selection list IDs. |
CharConvertor.java | Class | The CharConvertor converts a String to a Character object and viceversa. |
CharConvertorBuilder.java | Class | The builder for the char default convertor. |
ConversionResult.java | Class | Object returned as result of
Convertor.convertFromString(java.lang.Stringjava.util.Localeorg.apache.cocoon.forms.datatype.convertor.Convertor.FormatCache) . |
Convertor.java | Interface | The purpose of a Convertor is to convert between Object and String
representations of the same thing. |
ConvertorBuilder.java | Interface | Interface to be implemented by components that can build a Convertor
based on a XML configuration (supplied as DOM Element). |
DefaultFormatCache.java | Class | |
DummyStringConvertor.java | Class | Convertor that converts between strings and strings, in other words,
it does nothing. |
DummyStringConvertorBuilder.java | Class | Builds
DummyStringConvertor s. |
EnumConvertor.java | Class | A
org.apache.cocoon.forms.datatype.convertor.Convertor Convertor implementation for types implementing Joshua Bloch's
typesafe enum pattern. |
EnumConvertorBuilder.java | Class | Builds
EnumConvertor s. |
EnumConvertorBuilderTestCase.java | Class | Test case for the
EnumConvertorBuilder class. |
EnumConvertorTestCase.java | Class | Test case for the
EnumConvertor class. |
FormattingDateConvertor.java | Class | A Convertor for
java.util.Date Date objects backed by the
java.text.SimpleDateFormat SimpleDateFormat class.
It can be configured to use one of three variants: date,
time or datetime and one of four styles: long, full, medium or short.
Alternatively, a formatting pattern can be used. |
FormattingDateConvertorBuilder.java | Class | Builds
FormattingDateConvertor s. |
FormattingDecimalConvertor.java | Class | A Convertor for
BigDecimal s backed by the
java.text.DecimalFormat DecimalFormat class.
It can be configured to use one of these variants: integer,
number, currency or percent.
Alternatively, a formatting pattern can be used. |
FormattingDecimalConvertorBuilder.java | Class | Builds
FormattingDecimalConvertor s. |
FormattingDoubleConvertor.java | Class | A Convertor for
Double s backed by the
java.text.DecimalFormat DecimalFormat class. |
FormattingDoubleConvertorBuilder.java | Class | Builds
FormattingDoubleConvertor s. |
FormattingFloatConvertor.java | Class | A Convertor for
Float s backed by the
java.text.DecimalFormat DecimalFormat class. |
FormattingFloatConvertorBuilder.java | Class | Builds
FormattingFloatConvertor s. |
FormattingIntegerConvertor.java | Class | A Convertor for
Integer s backed by the
java.text.DecimalFormat DecimalFormat class. |
FormattingIntegerConvertorBuilder.java | Class | Builds
FormattingIntegerConvertor s. |
FormattingLongConvertor.java | Class | A Convertor for
Long s backed by the
java.text.DecimalFormat DecimalFormat class. |
FormattingLongConvertorBuilder.java | Class | Builds
FormattingLongConvertor s. |
HtmlCleaningConvertor.java | Class | A CForms convertor doing string-to-string conversion by utilizing
the Daisy HtmlCleaner component. |
HtmlCleaningConvertorBuilder.java | Class | Builds
HtmlCleaningConvertor s. |
Icu4jDateConvertor.java | Class | A Convertor for
java.util.Date Date objects backed by ICU4J's
com.ibm.icu.text.SimpleDateFormat class.
It can be configured to use one of three variants: date,
time or datetime and one of four styles: long, full, medium or short.
Alternatively, a formatting pattern can be used. |
Icu4jDateConvertorBuilder.java | Class | Builds
Icu4jDateConvertor s. |
LocaleMap.java | Class | Map using Locale objects as keys. |
MillisDateConvertor.java | Class | A Convertor for Date objects which uses the number of milliseconds since
January 1, 1970, 00:00:00 GMT as string representation. |
MillisDateConvertorBuilder.java | Class | Builds
MillisDateConvertor s. |
PlainBooleanConvertor.java | Class | Convertor for java.lang.Boolean's. |
PlainBooleanConvertorBuilder.java | Class | Builds {PlainBooleanConvertor}s. |
PlainDecimalConvertor.java | Class | Convertor for
java.math.BigDecimal s that does not do any
(locale-dependent) formatting. |
PlainDecimalConvertorBuilder.java | Class | |
PlainDoubleConvertor.java | Class | Convertor for java.lang.Doubles that does not do any (Locale-dependent)
formatting. |
PlainDoubleConvertorBuilder.java | Class | |
PlainFloatConvertor.java | Class | Convertor for
Float s that does not do any (locale-dependent)
formatting. |
PlainFloatConvertorBuilder.java | Class | |
PlainIntegerConvertor.java | Class | Convertor for java.lang.Integers that does not do any (Locale-dependent)
formatting. |
PlainIntegerConvertorBuilder.java | Class | Builds
PlainIntegerConvertor s. |
PlainLongConvertor.java | Class | Convertor for java.lang.Longs that does not do any (Locale-dependent)
formatting. |
PlainLongConvertorBuilder.java | Class | Builds
PlainLongConvertor s. |