FileDocCategorySizeDatePackage
SSIConditionalState.javaAPI DocApache Tomcat 6.0.141596Fri Jul 20 04:20:36 BST 2007org.apache.catalina.ssi

SSIConditionalState

public class SSIConditionalState extends Object
This class is used by SSIMediator and SSIConditional to keep track of state information necessary to process the nested conditional commands ( if, elif, else, endif ).
version
$Revision: 531303 $
author
Dan Sandberg
author
Paul Speed

Fields Summary
boolean
branchTaken
Set to true if the current conditional has already been completed, i.e.: a branch was taken.
int
nestingCount
Counts the number of nested false branches.
boolean
processConditionalCommandsOnly
Set to true if only conditional commands ( if, elif, else, endif ) should be processed.
Constructors Summary
Methods Summary