Package | Description |
---|---|
org.apache.catalina.ssi |
This package contains code that is used by the SsiInvoker.
|
Modifier and Type | Method and Description |
---|---|
long |
SSIPrintenv.process(SSIMediator ssiMediator,
String commandName,
String[] paramNames,
String[] paramValues,
PrintWriter writer) |
long |
SSIConfig.process(SSIMediator ssiMediator,
String commandName,
String[] paramNames,
String[] paramValues,
PrintWriter writer) |
long |
SSIEcho.process(SSIMediator ssiMediator,
String commandName,
String[] paramNames,
String[] paramValues,
PrintWriter writer) |
long |
SSIExec.process(SSIMediator ssiMediator,
String commandName,
String[] paramNames,
String[] paramValues,
PrintWriter writer) |
long |
SSIConditional.process(SSIMediator ssiMediator,
String commandName,
String[] paramNames,
String[] paramValues,
PrintWriter writer) |
long |
SSIFlastmod.process(SSIMediator ssiMediator,
String commandName,
String[] paramNames,
String[] paramValues,
PrintWriter writer) |
long |
SSIFsize.process(SSIMediator ssiMediator,
String commandName,
String[] paramNames,
String[] paramValues,
PrintWriter writer) |
long |
SSIInclude.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.
|
long |
SSISet.process(SSIMediator ssiMediator,
String commandName,
String[] paramNames,
String[] paramValues,
PrintWriter writer) |
Constructor and Description |
---|
ExpressionParseTree(String expr,
SSIMediator ssiMediator)
Creates a new parse tree for the specified expression.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.