Class SSIInclude
java.lang.Object
org.apache.catalina.ssi.SSIInclude
- All Implemented Interfaces:
SSICommand
Implements the Server-side #include command.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongprocess(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer) Processes the include directive to insert the contents of another file.
-
Constructor Details
-
SSIInclude
public SSIInclude()Default constructor.
-
-
Method Details
-
process
public long process(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer) Processes the include directive to insert the contents of another file.- 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
-