| java.lang.Object org.apache.catalina.ssi.SSIConditionalState
SSIConditionalState | class SSIConditionalState (Code) | | 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 |
Field 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. |
branchTaken | boolean branchTaken(Code) | | Set to true if the current conditional has already been completed, i.e.:
a branch was taken.
|
nestingCount | int nestingCount(Code) | | Counts the number of nested false branches.
|
processConditionalCommandsOnly | boolean processConditionalCommandsOnly(Code) | | Set to true if only conditional commands ( if, elif, else, endif )
should be processed.
|
|
|