org.apache.catalina.ssi

Class SSIInclude

Implemented Interfaces:
SSICommand

public final class SSIInclude
extends java.lang.Object
implements SSICommand

Implements the Server-side #include command

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

Authors:
Bip Thelin
Paul Speed
Dan Sandberg

Method Summary

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

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.