This project has retired. For details please refer to its
Attic page .
DynamicSelectionList (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.woody.datatype
Class DynamicSelectionList
java.lang.Object
org.apache.cocoon.woody.datatype.DynamicSelectionList
All Implemented Interfaces: SelectionList
public class DynamicSelectionList extends Object implements SelectionList
SelectionList implementation that always reads its content from the source
each time it is requested.
Note: the class SelectionListBuilder
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:
$Id: DynamicSelectionList.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
DynamicSelectionList
public DynamicSelectionList (Datatype datatype,
String src,
ServiceManager serviceManager)
getDatatype
public Datatype getDatatype ()
Specified by: getDatatype
in interface SelectionList
generateSaxFragment
public void generateSaxFragment (ContentHandler contentHandler,
Locale locale)
throws SAXException
Specified by: generateSaxFragment
in interface SelectionList
Throws:
SAXException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.