org.apache.catalina.ssi
Interface SSICommand
- SSIConditional, SSIConfig, SSIEcho, SSIExec, SSIFlastmod, SSIFsize, SSIInclude, SSIPrintenv, SSISet
public interface SSICommand
The interface that all SSI commands ( SSIEcho, SSIInclude, ...) must
implement.
Version:
- Bip Thelin
- Dan Sandberg
void | process(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer) - Write the output of the command to the writer.
|
process
public void process(SSIMediator ssiMediator,
String commandName,
String[] paramNames,
String[] paramValues,
PrintWriter writer)
throws SSIStopProcessingException
Write the output of the command to the writer.
ssiMediator
- the ssi mediatorcommandName
- the name of the actual command ( ie. echo )paramNames
- The parameter namesparamValues
- The parameter valueswriter
- the writer to output to
SSIStopProcessingException
- if SSI processing should be aborted
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.