org.japano.pagenode.jstl.core
Class Otherwise

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

public class Otherwise
extends PageNode

Subtag of that follows tags and runs only if all of the prior conditions evaluated to 'false'.

Version:
$Id: Otherwise.java,v 1.2 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
Otherwise()
           
 
Method Summary
 
Methods inherited from class org.japano.PageNode
findChildren, findParent, findRootNode, generate, generateChildren, 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

Otherwise

public Otherwise()