org.apache.cocoon.woody.datatype
Class EmptySelectionList

java.lang.Object
  extended by org.apache.cocoon.woody.datatype.EmptySelectionList
All Implemented Interfaces:
SelectionList

public class EmptySelectionList
extends Object
implements SelectionList

Version:
CVS $Id: EmptySelectionList.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Sylvain Wallez

Field Summary
 
Fields inherited from interface org.apache.cocoon.woody.datatype.SelectionList
ITEM_EL, LABEL_EL, SELECTION_LIST_EL
 
Constructor Summary
EmptySelectionList(String text)
           
EmptySelectionList(String text, boolean i18n)
           
 
Method Summary
 void generateSaxFragment(ContentHandler contentHandler, Locale locale)
           
 Datatype getDatatype()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptySelectionList

public EmptySelectionList(String text)

EmptySelectionList

public EmptySelectionList(String text,
                          boolean i18n)
Method Detail

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.