org.apache.catalina.ssi

Class SSIEcho

Implemented Interfaces:
SSICommand

public class SSIEcho
extends java.lang.Object
implements SSICommand

Return the result associated with the supplied Server Variable.

Version:
$Revision: 1.2.2.1 $, $Date: 2004/09/01 16:31:01 $

Authors:
Bip Thelin
Paul Speed
Dan Sandberg

Field Summary

protected static String
DEFAULT_ENCODING
protected static String
MISSING_VARIABLE_VALUE

Method Summary

protected boolean
isValidEncoding(String encoding)
void
process(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer)

Field Details

DEFAULT_ENCODING

protected static final String DEFAULT_ENCODING


MISSING_VARIABLE_VALUE

protected static final String MISSING_VARIABLE_VALUE

Method Details

isValidEncoding

protected boolean isValidEncoding(String encoding)


process

public void process(SSIMediator ssiMediator,
                    String commandName,
                    String[] paramNames,
                    String[] paramValues,
                    PrintWriter writer)
Specified by:
process in interface SSICommand

See Also:
SSICommand


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.