public class SSIExec extends java.lang.Object implements SSICommand
Modifier and Type | Field and Description |
---|---|
protected static int |
BUFFER_SIZE |
protected SSIInclude |
ssiInclude |
Constructor and Description |
---|
SSIExec() |
Modifier and Type | Method and Description |
---|---|
long |
process(SSIMediator ssiMediator,
java.lang.String commandName,
java.lang.String[] paramNames,
java.lang.String[] paramValues,
java.io.PrintWriter writer)
Write the output of the command to the writer.
|
protected final SSIInclude ssiInclude
protected static final int BUFFER_SIZE
public long process(SSIMediator ssiMediator, java.lang.String commandName, java.lang.String[] paramNames, java.lang.String[] paramValues, java.io.PrintWriter writer)
SSICommand
process
in interface SSICommand
ssiMediator
- the ssi mediatorcommandName
- the name of the actual command ( ie. echo )paramNames
- The parameter namesparamValues
- The parameter valueswriter
- the writer to output toSSICommand
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.