org.apache.catalina.ssi
public class SSIEcho extends Object implements SSICommand
Version: $Revision: 649203 $, $Date: 2008-04-17 19:47:19 +0200 (Thu, 17 Apr 2008) $
| Field Summary | |
|---|---|
| protected static String | DEFAULT_ENCODING |
| protected static String | MISSING_VARIABLE_VALUE |
| Method Summary | |
|---|---|
| protected boolean | isValidEncoding(String encoding) |
| long | process(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer) |
See Also: SSICommand