public interface SSICommand
Modifier and Type | Method and Description |
---|---|
long |
process(SSIMediator ssiMediator,
String commandName,
String[] paramNames,
String[] paramValues,
PrintWriter writer)
Write the output of the command to the writer.
|
long process(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer) throws SSIStopProcessingException
ssiMediator
- the ssi mediatorcommandName
- the name of the actual command ( ie. echo )paramNames
- The parameter namesparamValues
- The parameter valueswriter
- the writer to output toSSIStopProcessingException
- if SSI processing should be abortedCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.