Uses of Package
org.apache.tomcat.core

Classes in org.apache.tomcat.core used by org.apache.tomcat.core
BufferedServletOutputStream
          Works only if you extend ResponseImpl and override doWrite() - all other implementations of Response should provide their own Stream
Container
          A group of resources, with some common properties.
Context
          Context represent a Web Application as specified by Servlet Specs.
ContextInterceptor
          Notifications for all context events.
ContextManager
          ContextManager is the entry point and "controler" of the servlet execution.
FacadeManager
          Control for facades - this is the only "gate" between servlets and tomcat.
Handler
          The class that will generate the actual response.
Request
           
RequestInterceptor
          Provide a mechanism to customize the request processing.
Response
           
ServerConnector
          This is the adapter between the servlet world and the protocol implementation.
ServletLoader
          Handle servlet and resource reloading
ServletWrapper
          Class used to represent a servlet inside a Context.
TomcatException
          General Tomcat exception
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.