Package | Description |
---|---|
org.apache.catalina.ssi |
This package contains code that is used by the SsiInvoker.
|
Modifier and Type | Class and Description |
---|---|
class |
SSIConditional
SSI command that handles all conditional directives.
|
class |
SSIConfig
Implements the Server-side #exec command
|
class |
SSIEcho
Return the result associated with the supplied Server Variable.
|
class |
SSIExec
Implements the Server-side #exec command
|
class |
SSIFlastmod
Implements the Server-side #flastmod command
|
class |
SSIFsize
Implements the Server-side #fsize command
|
class |
SSIInclude
Implements the Server-side #include command
|
class |
SSIPrintenv
Implements the Server-side #printenv command
|
class |
SSISet
Implements the Server-side #set command
|
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,SSICommand> |
SSIProcessor.commands |
Modifier and Type | Method and Description |
---|---|
void |
SSIProcessor.addCommand(String name,
SSICommand command) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.