|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
| SsiCommand | Interface implemented by the different SsiCommands. |
| Class Summary | |
| 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: <!--#config sizefmt="abbrev" errmsg="An error occurred!"--> |
| 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
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||