| Package | Description |
|---|---|
| org.apache.catalina.ssi |
This package contains code that is used by the SsiInvoker.
|
| Class and Description |
|---|
| SSICommand
The interface that all SSI commands ( SSIEcho, SSIInclude, ...) must
implement.
|
| SSIExternalResolver
Interface used by SSIMediator to talk to the 'outside world' ( usually a
servlet )
|
| SSIInclude
Implements the Server-side #include command
|
| SSIMediator
Allows the different SSICommand implementations to share data/talk to each
other
|
| SSIServletExternalResolver.ServletContextAndPath |
| SSIStopProcessingException
Exception used to tell SSIProcessor that it should stop processing SSI
commands.
|
Copyright © 2019. All rights reserved.