org.apache.catalina.ssi

Class SSIExec

Implemented Interfaces:
SSICommand

public class SSIExec
extends java.lang.Object
implements SSICommand

Implements the Server-side #exec command

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

Authors:
Bip Thelin
Amy Roh
Paul Speed
Dan Sandberg

Field Summary

protected static int
BUFFER_SIZE
protected SSIInclude
ssiInclude

Method Summary

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

Field Details

BUFFER_SIZE

protected static final int BUFFER_SIZE

Field Value:
1024


ssiInclude

protected SSIInclude ssiInclude

Method Details

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.