|
|||||||||
前のパッケージ 次のパッケージ | フレームあり フレームなし |
SsiMediator.java
which works as a
mediator between the different SsiCommands.
参照:
説明
インタフェースの概要 | |
SsiCommand | Interface implemented by the different SsiCommands. |
クラスの概要 | |
ResponseIncludeWrapper | A HttpServletResponseWrapper, used from SsiInclude |
ServletOutputStreamWrapper | Class that extends ServletOuputStream, used as a wrapper
from within SsiInclude |
SsiConfig | Implementation of the SsiCommand config, example of usage: <! |
SsiEcho | Return the result associated with the supplied Server Variable. |
SsiExec | |
SsiFlastmod | Get the last modified date for a file, the date is subject of formatting. |
SsiFsize | Return the size of a given file, subject of formatting. |
SsiInclude | SsiCommand to include a file, implemented using
RequestDispatcher.include(). |
SsiMediator |
This package contains code that is used by the SsiInvoker.
This class consists of SsiMediator.java
which works as a
mediator between the different SsiCommands. To add a command you have to
implement the SsiCommand
interface and extend the
SsiMediator
. Commands currently implemented are
|
|||||||||
前のパッケージ 次のパッケージ | フレームあり フレームなし |