FileDocCategorySizeDatePackage
SSICommand.javaAPI DocApache Tomcat 6.0.141985Fri Jul 20 04:20:34 BST 2007org.apache.catalina.ssi

SSICommand

public interface SSICommand
The interface that all SSI commands ( SSIEcho, SSIInclude, ...) must implement.
author
Bip Thelin
author
Dan Sandberg
author
David Becker
version
$Revision: 531303 $, $Date: 2007-04-23 02:24:01 +0200 (lun., 23 avr. 2007) $

Fields Summary
Constructors Summary
Methods Summary
public longprocess(SSIMediator ssiMediator, java.lang.String commandName, java.lang.String[] paramNames, java.lang.String[] paramValues, java.io.PrintWriter writer)
Write the output of the command to the writer.

param
ssiMediator the ssi mediator
param
commandName the name of the actual command ( ie. echo )
param
paramNames The parameter names
param
paramValues The parameter values
param
writer the writer to output to
return
the most current modified date resulting from any SSI commands
throws
SSIStopProcessingException if SSI processing should be aborted