org.apache.catalina.ssi

Class SSIExec

public class SSIExec extends Object implements SSICommand

Implements the Server-side #exec command

Version: $Revision: 531303 $, $Date: 2007-04-23 02:24:01 +0200 (Mon, 23 Apr 2007) $

Author: Bip Thelin Amy Roh Paul Speed Dan Sandberg David Becker

Field Summary
protected static intBUFFER_SIZE
protected SSIIncludessiInclude
Method Summary
longprocess(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer)

Field Detail

BUFFER_SIZE

protected static final int BUFFER_SIZE

ssiInclude

protected SSIInclude ssiInclude

Method Detail

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.