Package | Description |
---|---|
org.apache.catalina.ssi |
This package contains code that is used by the SsiInvoker.
|
Modifier and Type | Method and Description |
---|---|
long |
SSIConditional.process(SSIMediator ssiMediator,
String commandName,
String[] paramNames,
String[] paramValues,
PrintWriter writer) |
long |
SSISet.process(SSIMediator ssiMediator,
String commandName,
String[] paramNames,
String[] paramValues,
PrintWriter writer) |
long |
SSICommand.process(SSIMediator ssiMediator,
String commandName,
String[] paramNames,
String[] paramValues,
PrintWriter writer)
Write the output of the command to the writer.
|
Copyright © 2018. All rights reserved.