org.apache.cocoon.woody.datatype
Class StaticSelectionList.SelectionListItem

java.lang.Object
  extended by org.apache.cocoon.woody.datatype.StaticSelectionList.SelectionListItem
Enclosing class:
StaticSelectionList

public final class StaticSelectionList.SelectionListItem
extends Object


Constructor Summary
StaticSelectionList.SelectionListItem(Object value, XMLizable label)
           
 
Method Summary
 void generateSaxFragment(ContentHandler contentHandler, Locale locale, Convertor.FormatCache formatCache)
           
 Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticSelectionList.SelectionListItem

public StaticSelectionList.SelectionListItem(Object value,
                                             XMLizable label)
Method Detail

getValue

public Object getValue()

generateSaxFragment

public void generateSaxFragment(ContentHandler contentHandler,
                                Locale locale,
                                Convertor.FormatCache formatCache)
                         throws SAXException
Throws:
SAXException


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