Class SSISet
java.lang.Object
org.apache.catalina.ssi.SSISet
- All Implemented Interfaces:
SSICommand
Implements the Server-side #set command.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongprocess(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer) Process the SSI #set command.
-
Constructor Details
-
SSISet
public SSISet()Default constructor.
-
-
Method Details
-
process
public long process(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, 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
-