You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bi...@apache.org on 2001/05/13 06:06:31 UTC

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util/ssi package.html

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. &lt;!--#config errmsg="error?"--&gt;</li>
  <li><b>SsiEcho</b> - Implementation of the NCSA command Echo i.e. &lt;!--#echo var="SERVER_NAME"--&gt;</li>
  <li><b>SsiExec</b> - Not implemented</li>
  <li><b>SsiFlastMod</b> - Implementation of the NCSA command flastmod i.e. &lt;!--#flastmod virtual="file"--&gt;</li>
  <li><b>SsiFsize</b> - Implementation of the NCSA command fsize i.e. &lt;!--#fsize file="file"--&gt;</li>
  <li><b>SsiInclude</b> - Implementation of the NCSA command Include i.e. &lt;!--#config virtual="includefile"--&gt;</li>
  </ul>
  </body>