Apache Tomcat® 9.0.87.redhat-00005
- java.lang.Object
-
- org.apache.catalina.ssi.SSIEcho
-
-
Constructor Summary
Constructors
| Constructor and Description |
SSIEcho() |
-
Method Summary
All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected boolean |
isValidEncoding(java.lang.String encoding) |
long |
process(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.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
process
public long process(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.
- Specified by:
process in interface SSICommand
- Parameters:
ssiMediator - the ssi mediator
commandName - the name of the actual command ( ie. echo )
paramNames - The parameter names
paramValues - The parameter values
writer - the writer to output to
- Returns:
- the most current modified date resulting from any SSI commands
- See Also:
SSICommand
Apache Tomcat® 9.0.87.redhat-00005
Copyright © 2000-2024 Apache Software Foundation.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation.