Package org.apache.catalina.ssi
Class SSISet
- java.lang.Object
-
- org.apache.catalina.ssi.SSISet
-
- All Implemented Interfaces:
SSICommand
public class SSISet extends java.lang.Object implements SSICommand
Implements the Server-side #set command.
-
-
Constructor Summary
Constructors Constructor Description SSISet()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longprocess(SSIMediator ssiMediator, java.lang.String commandName, java.lang.String[] paramNames, java.lang.String[] paramValues, java.io.PrintWriter writer)Process the SSI #set command.
-
-
-
Method Detail
-
process
public long process(SSIMediator ssiMediator, java.lang.String commandName, java.lang.String[] paramNames, java.lang.String[] paramValues, java.io.PrintWriter writer) throws SSIStopProcessingException
Process the SSI #set command.- Specified by:
processin interfaceSSICommand- Parameters:
ssiMediator- the SSI mediatorcommandName- the command nameparamNames- the parameter namesparamValues- the parameter valueswriter- the print writer for output- Returns:
- the last modified timestamp
- Throws:
SSIStopProcessingException- if processing should stop
-
-