org.japano.pagenode.jstl.core
Class Choose

java.lang.Object
  extended by org.japano.PageNode
      extended by org.japano.pagenode.jstl.core.Choose

public class Choose
extends PageNode

Simple conditional tag that establishes a context for mutually exclusive conditional operations, marked by and .

Version:
$Id: Choose.java,v 1.3 2005/09/27 21:30:51 fforw Exp $ SourceForge.net Logo
Author:
Sven Helmberger ( sven dot helmberger at gmx dot de )

Nested Class Summary
 
Nested classes/interfaces inherited from class org.japano.PageNode
PageNode.Output
 
Field Summary
 
Fields inherited from class org.japano.PageNode
children, context, EMPTY, nodeId, parent
 
Constructor Summary
Choose()
           
 
Method Summary
protected  void generateChildren(Buffer out)
          Dumps all child nodes of this node.
 
Methods inherited from class org.japano.PageNode
findChildren, findParent, findRootNode, generate, getChildren, getContext, getNodeId, getParent, init, recInit, release, setChildren, setContext, setNodeId, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Choose

public Choose()
Method Detail

generateChildren

protected void generateChildren(Buffer out)
Description copied from class: PageNode
Dumps all child nodes of this node.

Overrides:
generateChildren in class PageNode