Class SSIConfig
java.lang.Object
org.apache.catalina.ssi.SSIConfig
- All Implemented Interfaces:
SSICommand
Implements the Server-side #config command.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongprocess(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer) Processes the config directive to set errmsg, sizefmt, and timefmt options.
-
Constructor Details
-
SSIConfig
public SSIConfig()Default constructor.
-
-
Method Details
-
process
public long process(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer) Processes the config directive to set errmsg, sizefmt, and timefmt options.- Specified by:
processin interfaceSSICommand- Parameters:
ssiMediator- the ssi mediatorcommandName- the name of the actual command ( ie. echo )paramNames- The parameter namesparamValues- The parameter valueswriter- the writer to output to- Returns:
- the most current modified date resulting from any SSI commands
-