You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@locus.apache.org on 2000/07/12 00:59:33 UTC

cvs commit: jakarta-tomcat/proposals/catalina/src/share/org/apache/tomcat/servlets package.html

craigmcc    00/07/11 15:59:32

  Added:       proposals/catalina/src/share/org/apache/tomcat/servlets
                        package.html
  Log:
  Add Javadoc package doc for the "org.apache.tomcat.servlets" package.
  
  Revision  Changes    Path
  1.1                  jakarta-tomcat/proposals/catalina/src/share/org/apache/tomcat/servlets/package.html
  
  Index: package.html
  ===================================================================
  <body>
  
  <p>This package contains <code>Servlets</code> that implement some of the
  standard functionality provided by the Tomcat servlet container.  Because
  these servlets are in the <code>org.apache.tomcat</code> package hierarchy,
  they are in the privileged position of being able to reference internal server
  data structures, which application level servlets are prevented from
  accessing (by the application class loader implementation).</p>
  
  <p>To the extent that these servlets depend upon internal Tomcat data
  structures, they are obviously not portable to other servlet container
  environments.  However, they can be used as models for creating application
  level servlets that provide similar capabilities -- most obviously the
  <a href="DefaultServlet.html">DefaultServlet</a> implementation, which
  serves static resources when Tomcat runs stand-alone.</p>
  
  </body>