Uses of Class
org.apache.catalina.ssi.SSIMediator
-
Packages that use SSIMediator Package Description org.apache.catalina.ssi This package contains code that is used by the SsiInvoker. -
-
Uses of SSIMediator in org.apache.catalina.ssi
Methods in org.apache.catalina.ssi with parameters of type SSIMediator Modifier and Type Method Description longSSICommand. process(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer)Write the output of the command to the writer.longSSIConditional. process(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer)longSSIConfig. process(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer)longSSIEcho. process(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer)longSSIExec. process(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer)longSSIFlastmod. process(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer)longSSIFsize. process(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer)longSSIInclude. process(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer)longSSIPrintenv. process(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer)longSSISet. process(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer)Constructors in org.apache.catalina.ssi with parameters of type SSIMediator Constructor Description ExpressionParseTree(String expr, SSIMediator ssiMediator)Creates a new parse tree for the specified expression.
-