|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.catalina.ssi.SSISet
public class SSISet
Implements the Server-side #set command
Constructor Summary | |
---|---|
SSISet()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSISet()
Method Detail |
---|
public long process(SSIMediator ssiMediator, java.lang.String commandName, java.lang.String[] paramNames, java.lang.String[] paramValues, java.io.PrintWriter writer) throws SSIStopProcessingException
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 to
SSIStopProcessingException
- if SSI processing should be abortedSSICommand
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |