Uses of Interface
org.apache.catalina.ssi.SSICommand
-
Packages that use SSICommand Package Description org.apache.catalina.ssi This package contains code that is used by the SsiInvoker. -
-
Uses of SSICommand in org.apache.catalina.ssi
Classes in org.apache.catalina.ssi that implement SSICommand Modifier and Type Class Description classSSIConditionalSSI command that handles all conditional directives.classSSIConfigImplements the Server-side #exec commandclassSSIEchoReturn the result associated with the supplied Server Variable.classSSIExecImplements the Server-side #exec commandclassSSIFlastmodImplements the Server-side #flastmod commandclassSSIFsizeImplements the Server-side #fsize commandclassSSIIncludeImplements the Server-side #include commandclassSSIPrintenvImplements the Server-side #printenv commandclassSSISetImplements the Server-side #set commandFields in org.apache.catalina.ssi with type parameters of type SSICommand Modifier and Type Field Description protected HashMap<String,SSICommand>SSIProcessor. commandsMethods in org.apache.catalina.ssi with parameters of type SSICommand Modifier and Type Method Description voidSSIProcessor. addCommand(String name, SSICommand command)
-