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
          A collection class representing the Contexts associated with a particular Server.
HttpServletRequestFacade
          The facade to the request that a servlet will see.
HttpServletResponseFacade
           
Request
           
RequestInterceptor
          Provide a mechanism to customize the request processing.
RequestSecurityProvider
          Deprecated. Will be removed after security is implemented in tomcat
Response
           
ServerConnector
           
ServletLoader
          Handle servlet and resource reloading
ServletWrapper
          Class used to represent a servlet inside a Context.
SessionManager
           
SimpleRequestSecurityProviderImpl
          Experimental implementation of a RequestSecurityProvider, based on the org.apache.tomcat.request.SecurityCheck.MemoryRealm class.
TomcatException
          General Tomcat exception
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.