Package org.apache.cocoon.woody.datatype

Interface Summary
Datatype A Datatype encapsulates the functionality for working with specific kinds of data like integers, deciamals or dates.
DatatypeBuilder Implementations of this class build a Datatype from an XML description (a DOM Element).
DatatypeManager Work interface for the component that manages the datatypes.
SelectionList Interface to be implemented by selection lists.
SelectionListBuilder Builds SelectionLists from an XML description.
ValidationRule Interface for validation rules.
ValidationRuleBuilder Interface for classes that can build ValidationRules from an XML description.
 

Class Summary
DefaultDatatypeManager Implementation of the DatatypeManager component.
DefaultSelectionListBuilder Builds SelectionLists from an XML description or an URL.
DynamicSelectionList SelectionList implementation that always reads its content from the source each time it is requested.
EmptySelectionList  
EnumSelectionList This type of selection list outputs a list of items corresponding to the possible instances of an EnumType.
EnumSelectionListBuilder Description of EnumSelectionListBuilder.
FlowJXPathSelectionList A selection list that takes its values from the flow page data.
FlowJXPathSelectionListBuilder Builds a selection list that will take its values from the flow page data.
StaticSelectionList An implementation of a SelectionList.
ValidationError Deprecated. Validations error are now a general feature of widgets, not limited widgets having a datatype.
 



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