| Name | Description | Type | Package | Framework |
| AbstractDatatype | Abstract base class for Datatype implementations. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
| AbstractDatatypeBuilder | Abstract base class for datatype builders, most concrete datatype builders will derive from this class. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
| AbstractJavaSelectionList | Class | org.apache.cocoon.forms.datatype | Apache Cocoon | |
| AbstractValidationRule | Abstract base class providing common functionality for many ValidationRuleVersion:$Id: AbstractValidationRule. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
| AbstractValidationRuleBuilder | Abstract base class for ValidationRuleBuilder implementations. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
| AssertValidationRule | Generic validation rule that evaluates an expression. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
| AssertValidationRuleBuilder | Builds AssertValidationRules. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
| BeanConvertor | Converts String representation of beans to bean instances and vice versa. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| BeanConvertorBuilder | Creates BeanConvertors The optional | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| BeanType | The CForm type of a beanVersion:$Id: BeanType. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
| BeanTypeBuilder | Builder for BeanTypeVersion:$Id: BeanTypeBuilder. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
| BooleanType | A Datatype implementation for java. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
| BooleanTypeBuilder | Builds BooleanTypes. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
| CharConvertor | The CharConvertor converts a String to a Character object and viceversa. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| CharConvertorBuilder | The builder for the char default convertor. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| CharType | This datatype is useful when you are binding to a bean which have a char property. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
| CharTypeBuilder | The builder for the char datatype. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
| ConversionResult | Object returned as result of Convertor. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| Convertor | The purpose of a Convertor is to convert between Object and String representations of the same thing. | Interface | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| Convertor .FormatCache | Interface | org.apache.cocoon.forms.datatype.convertor.Convertor | Apache Cocoon | |
| ConvertorBuilder | Interface to be implemented by components that can build a Convertor based on a XML configuration (supplied as DOM Element). | Interface | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| Datatype | A Datatype encapsulates the functionality for working with specific kinds of data like integers, decimals or dates. | Interface | org.apache.cocoon.forms.datatype | Apache Cocoon |
| DatatypeBuilder | These builders should be threadsafe, only one instance of them will be created. | Interface | org.apache.cocoon.forms.datatype | Apache Cocoon |
| DatatypeManager | Work interface for the component that manages the datatypes. | Interface | org.apache.cocoon.forms.datatype | Apache Cocoon |
| DateType | A Datatype implementation for java. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
| DateTypeBuilder | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon | |
| DecimalType | A Datatype implementation for decimal numbers (backed by the java. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
| DecimalTypeBuilder | Builds DecimalTypes. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
| DefaultDatatypeManager | It supports an extensible number of datatype and validation rule implementations by delegating the creation of them to DatatypeBuilders and ValidationRuleBuilders. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
| DefaultFormatCache | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon | |
| DefaultSelectionListBuilder | Builds SelectionLists from an XML description or an URL. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
| DoubleType | A Datatype implementation for double numbers (backed by the java. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
| DoubleTypeBuilder | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon | |
| DummyStringConvertor | Convertor that converts between strings and strings, in other words,Version:$Id: DummyStringConvertor. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| DummyStringConvertorBuilder | Builds DummyStringConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| DynamicSelectionList | SelectionList implementation that always reads its content from the source each time it is requested. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
| EmailValidationRule | ValidationRule that checks that a string is an email address. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
| EmailValidationRuleBuilder | Builds EmailValidationRules. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
| EmptySelectionList | Class | org.apache.cocoon.forms.datatype | Apache Cocoon | |
| EnumConvertor | implementation for types implementing Joshua Bloch's typesafe enum pattern. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| EnumConvertorBuilder | Builds EnumConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| EnumSelectionList | This type of selection list outputs a list of items corresponding to the possible instances of an EnumType. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
| EnumSelectionListBuilder | Description of EnumSelectionListBuilder. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
| EnumType | A Datatype implementation for types implementing Joshua Bloch's | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
| EnumTypeBuilder | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon | |
| FilterableSelectionList | Extension of SelectionList that can be filtered. | Interface | org.apache.cocoon.forms.datatype | Apache Cocoon |
| FloatType | A Datatype implementation for float numbers (backed by the java. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
| FloatTypeBuilder | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon | |
| FlowJXPathSelectionList | A selection list that takes its values from the flow page data. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
| FlowJXPathSelectionListBuilder | Builds a selection list that will take its values from the flow page data. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
| FormattingDateConvertor | A Convertor for Date objects backed by the SimpleDateFormat class. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| FormattingDateConvertorBuilder | Builds FormattingDateConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| FormattingDecimalConvertor | A Convertor for BigDecimals backed by the DecimalFormat class. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| FormattingDecimalConvertorBuilder | Builds FormattingDecimalConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| FormattingDoubleConvertor | A Convertor for Doubles backed by the DecimalFormat class. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| FormattingDoubleConvertorBuilder | Builds FormattingDoubleConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| FormattingFloatConvertor | A Convertor for Floats backed by the DecimalFormat class. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| FormattingFloatConvertorBuilder | Builds FormattingFloatConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| FormattingIntegerConvertor | A Convertor for Integers backed by the DecimalFormat class. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| FormattingIntegerConvertorBuilder | Builds FormattingIntegerConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| FormattingLongConvertor | A Convertor for Longs backed by the DecimalFormat class. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| FormattingLongConvertorBuilder | Builds FormattingLongConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| HtmlCleaningConvertor | A CForms convertor doing string-to-string conversion by utilizing the Daisy HtmlCleaner component. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| HtmlCleaningConvertorBuilder | Builds HtmlCleaningConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| Icu4jDateConvertor | A Convertor for Date objects backed by ICU4J's SimpleDateFormat class. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| Icu4jDateConvertorBuilder | Builds Icu4jDateConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| IntegerType | A Datatype implementationVersion:$Id: IntegerType. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
| IntegerTypeBuilder | Builds IntegerTypes. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
| JavaScriptSelectionList | A FilterableSelectionList based on a JavaScript snippet. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
| JavaScriptSelectionListBuilder | Builds a selection list that will take its values from a JavaScript snippet. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
| JavaSelectionList | A selection list that takes its values from the custom java class itself. | Interface | org.apache.cocoon.forms.datatype | Apache Cocoon |
| JavaSelectionListBuilder | Builds SelectionLists from a JavaSelectionList classVersion:$Id: JavaSelectionListBuilder. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
| LengthValidationRule | Checks the length of a String. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
| LengthValidationRuleBuilder | Builds LengthValidationRules. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
| LocaleMap | Map using Locale objects as keys. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| LongType | A Datatype implementationVersion:$Id: LongType. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
| LongTypeBuilder | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon | |
| MillisDateConvertor | A Convertor for Date objects which uses the number of milliseconds since January 1, 1970, 00:00:00 GMT as string representation. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| MillisDateConvertorBuilder | Builds MillisDateConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| Mod10ValidationRule | Performs the so called mod 10 algorithm to check the validity of credit card numbers In addition to this, the credit card number can be further validated by its length | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
| Mod10ValidationRuleBuilder | Builds Mod10ValidationRules. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
| PlainBooleanConvertor | Convertor for java. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| PlainBooleanConvertorBuilder | Builds {PlainBooleanConvertor}s. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| PlainDecimalConvertor | Convertor for BigDecimals that does not do any (locale-dependent) formatting. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| PlainDecimalConvertorBuilder | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon | |
| PlainDoubleConvertor | Convertor for java. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| PlainDoubleConvertorBuilder | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon | |
| PlainFloatConvertor | Convertor for Floats that does not do any (locale-dependent)Version:$Id: PlainFloatConvertor. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| PlainFloatConvertorBuilder | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon | |
| PlainIntegerConvertor | Convertor for java. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| PlainIntegerConvertorBuilder | Builds PlainIntegerConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| PlainLongConvertor | Convertor for java. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| PlainLongConvertorBuilder | Builds PlainLongConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
| RangeValidationRule | Checks numeric ranges. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
| RangeValidationRuleBuilder | Builds RangeValidationRules. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
| RegExpValidationRule | Checks that a String matches a regular expression. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
| RegExpValidationRuleBuilder | Builds RegExpValidationRules. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
| SelectionList | Interface to be implemented by selection lists. | Interface | org.apache.cocoon.forms.datatype | Apache Cocoon |
| SelectionListBuilder | Builds SelectionLists from an XML description. | Interface | org.apache.cocoon.forms.datatype | Apache Cocoon |
| StaticSelectionList | An implementation of a SelectionList. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
| StringType | A Datatype implementationVersion:$Id: StringType. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
| StringTypeBuilder | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon | |
| ValidationRule | Interface for validation rules. | Interface | org.apache.cocoon.forms.datatype | Apache Cocoon |
| ValidationRuleBuilder | Interface for classes that can build ValidationRules from an XML description. | Interface | org.apache.cocoon.forms.datatype | Apache Cocoon |
| ValueCountValidationRule | Checks the number of values (i. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
| ValueCountValidationRuleBuilder | Builds ValueCountValidationRules. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |