org.apache.cocoon.woody.datatype
Interface SelectionList
- All Known Implementing Classes:
- DynamicSelectionList, EmptySelectionList, EnumSelectionList, FlowJXPathSelectionList, StaticSelectionList
public interface SelectionList
Interface to be implemented by selection lists.
- Version:
- $Id: SelectionList.html 1304258 2012-03-23 10:09:27Z ilgrosso $
SELECTION_LIST_EL
static final String SELECTION_LIST_EL
- See Also:
- Constant Field Values
ITEM_EL
static final String ITEM_EL
- See Also:
- Constant Field Values
LABEL_EL
static final String LABEL_EL
- See Also:
- Constant Field Values
getDatatype
Datatype getDatatype()
generateSaxFragment
void generateSaxFragment(ContentHandler contentHandler,
Locale locale)
throws SAXException
- Throws:
SAXException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.