org.apache.cocoon.forms.datatype
Interface SelectionListBuilder

All Known Implementing Classes:
DefaultSelectionListBuilder, EnumSelectionListBuilder, FlowJXPathSelectionListBuilder, JavaScriptSelectionListBuilder, JavaSelectionListBuilder

public interface SelectionListBuilder

Builds SelectionLists from an XML description.

Version:
$Id: SelectionListBuilder.java 449149 2006-09-23 03:58:05Z crossley $

Field Summary
static String ROLE
           
 
Method Summary
 SelectionList build(Element selectionListElement, Datatype datatype)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

build

SelectionList build(Element selectionListElement,
                    Datatype datatype)
                    throws Exception
Throws:
Exception


Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.