org.apache.cocoon.woody.datatype |
|
Java Source File Name | Type | Comment |
Datatype.java | Interface | A Datatype encapsulates the functionality for working with specific
kinds of data like integers, deciamals or dates.
I provides:
- Methods for converting between String and Object representation of the data
- For validating the data (usually against a set of validation rules)
- optionally a selection list
Each datatype can be marked as an "arraytype". |
DatatypeBuilder.java | Interface | Implementations of this class build a Datatype from an XML description
(a DOM Element). |
DatatypeManager.java | Interface | Work interface for the component that manages the datatypes. |
DefaultDatatypeManager.java | Class | Implementation of the
DatatypeManager component. |
DefaultSelectionListBuilder.java | Class | Builds
SelectionList s from an XML description or an URL. |
DynamicSelectionList.java | Class | SelectionList implementation that always reads its content from the source
each time it is requested. |
EmptySelectionList.java | Class | |
EnumSelectionList.java | Class | This type of selection list outputs a list of items
corresponding to the possible instances of an
org.apache.cocoon.woody.datatype.typeimpl.EnumType . |
EnumSelectionListBuilder.java | Class | Description of EnumSelectionListBuilder. |
FlowJXPathSelectionList.java | Class | A selection list that takes its values from the flow page data. |
FlowJXPathSelectionListBuilder.java | Class | Builds a selection list that will take its values from the flow page data. |
SelectionList.java | Interface | Interface to be implemented by selection lists. |
SelectionListBuilder.java | Interface | Builds
SelectionList s from an XML description. |
StaticSelectionList.java | Class | An implementation of a SelectionList. |
ValidationError.java | Class | |
ValidationRule.java | Interface | Interface for validation rules. |
ValidationRuleBuilder.java | Interface | Interface for classes that can build ValidationRules from an XML description. |