org.japano.pagenode.jstl.core
Class When

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

public class When
extends PageNode

Subtag of that includes its body if its condition evalutes to 'true'

Version:
$Id: When.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
When()
           
 
Method Summary
 boolean isTest()
           
 void setTest(boolean test)
          Condition.
 
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

When

public When()
Method Detail

setTest

public void setTest(boolean test)
Condition.


isTest

public boolean isTest()