org.apache.cocoon.woody.datatype
Class DefaultSelectionListBuilder

java.lang.Object
  extended by org.apache.cocoon.woody.datatype.DefaultSelectionListBuilder
All Implemented Interfaces:
Serviceable, SelectionListBuilder

public class DefaultSelectionListBuilder
extends Object
implements SelectionListBuilder, Serviceable

Builds SelectionLists from an XML description or an URL.

Note: the class DynamicSelectionList also interprets the same wd:selection-list XML, so if anything changes here to how that XML is interpreted, it also needs to change over there and vice versa.

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

Field Summary
 
Fields inherited from interface org.apache.cocoon.woody.datatype.SelectionListBuilder
ROLE
 
Constructor Summary
DefaultSelectionListBuilder()
           
 
Method Summary
 SelectionList build(Element selectionListElement, Datatype datatype)
           
 void service(ServiceManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSelectionListBuilder

public DefaultSelectionListBuilder()
Method Detail

service

public void service(ServiceManager manager)
             throws ServiceException
Specified by:
service in interface Serviceable
Throws:
ServiceException

build

public SelectionList build(Element selectionListElement,
                           Datatype datatype)
                    throws Exception
Specified by:
build in interface SelectionListBuilder
Throws:
Exception


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