|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.catalina.ssi.SSIExec
Implements the Server-side #exec command
Field Summary | |
protected static int |
BUFFER_SIZE
|
protected SSIInclude |
ssiInclude
|
Constructor Summary | |
SSIExec()
|
Method Summary | |
void |
process(SSIMediator ssiMediator,
java.lang.String[] paramNames,
java.lang.String[] paramValues,
java.io.PrintWriter writer)
Write the output of the command to the writer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected SSIInclude ssiInclude
protected static final int BUFFER_SIZE
Constructor Detail |
public SSIExec()
Method Detail |
public void process(SSIMediator ssiMediator, java.lang.String[] paramNames, java.lang.String[] paramValues, java.io.PrintWriter writer)
SSICommand
process
in interface SSICommand
ssiMediator
- the ssi mediatorparamNames
- The parameter namesparamValues
- The parameter valueswriter
- the writer to output toSSICommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |