org.apache.cocoon.woody.datatype
Interface SelectionListBuilder

All Known Implementing Classes:
DefaultSelectionListBuilder, EnumSelectionListBuilder, FlowJXPathSelectionListBuilder

public interface SelectionListBuilder

Builds SelectionLists from an XML description.

Version:
CVS $Id: SelectionListBuilder.html 1304258 2012-03-23 10:09:27Z ilgrosso $

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-2010 The Apache Software Foundation. All Rights Reserved.