org.apache.catalina.ssi

Class SSIConditional

Implemented Interfaces:
SSICommand

public class SSIConditional
extends java.lang.Object
implements SSICommand

SSI command that handles all conditional directives.

Version:
$Revision: 1.1.2.1 $

Author:
Paul Speed

Method Summary

void
process(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer)

Method Details

process

public void process(SSIMediator ssiMediator,
                    String commandName,
                    String[] paramNames,
                    String[] paramValues,
                    PrintWriter writer)
            throws SSIStopProcessingException
Specified by:
process in interface SSICommand

See Also:
SSICommand


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.