bip 01/05/12 21:06:31 Added: catalina/src/share/org/apache/catalina/util/ssi package.html Log: Revision Changes Path 1.1 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util/ssi/package.html Index: package.html =================================================================== <body> <p>This package contains code that is used by the SsiInvoker.</p> <p>This class consists of <code>SsiMediator.java</code> which works as a mediator between the different SsiCommands. To add a command you have to implement the <code>SsiCommand</code> interface and extend the <code>SsiMediator</code>. Commands currently implemented are</p> <ul> <li><b>SsiConfig</b> - Implementation of the NCSA command Config i.e. <!--#config errmsg="error?"--></li> <li><b>SsiEcho</b> - Implementation of the NCSA command Echo i.e. <!--#echo var="SERVER_NAME"--></li> <li><b>SsiExec</b> - Not implemented</li> <li><b>SsiFlastMod</b> - Implementation of the NCSA command flastmod i.e. <!--#flastmod virtual="file"--></li> <li><b>SsiFsize</b> - Implementation of the NCSA command fsize i.e. <!--#fsize file="file"--></li> <li><b>SsiInclude</b> - Implementation of the NCSA command Include i.e. <!--#config virtual="includefile"--></li> </ul> </body>
