org.apache.catalina.ssi

Class SSIEcho

public class SSIEcho extends Object implements SSICommand

Return the result associated with the supplied Server Variable.

Version: $Revision: 649203 $, $Date: 2008-04-17 19:47:19 +0200 (Thu, 17 Apr 2008) $

Author: Bip Thelin Paul Speed Dan Sandberg David Becker

Field Summary
protected static StringDEFAULT_ENCODING
protected static StringMISSING_VARIABLE_VALUE
Method Summary
protected booleanisValidEncoding(String encoding)
longprocess(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer)

Field Detail

DEFAULT_ENCODING

protected static final String DEFAULT_ENCODING

MISSING_VARIABLE_VALUE

protected static final String MISSING_VARIABLE_VALUE

Method Detail

isValidEncoding

protected boolean isValidEncoding(String encoding)

process

public long process(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer)

See Also: SSICommand

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.