Package org.apache.tomcat.core

The inner guts of the servlet engine.

See:
          Description

Interface Summary
ContextInterceptor Notifications for all context events.
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
SessionManager  
 

Class Summary
BaseInterceptor  
BufferedServletInputStream Default implementation use RequestAdapter to read data.
BufferedServletOutputStream Works only if you extend ResponseImpl and override doWrite() - all other implementations of Response should provide their own Stream
Constants  
Container A group of resources, with some common properties.
Context Context represent a Web Application as specified by Servlet Specs.
ContextManager A collection class representing the Contexts associated with a particular Server.
HttpServletRequestFacade The facade to the request that a servlet will see.
HttpServletResponseFacade  
RequestDispatcherImpl  
RequestImpl  
ResponseImpl  
ServletContextFacade Implementation of the javax.servlet.ServletContext interface that servlets see.
ServletWrapper Class used to represent a servlet inside a Context.
SessionContextImpl  
SimpleRequestSecurityProviderImpl Experimental implementation of a RequestSecurityProvider, based on the org.apache.tomcat.request.SecurityCheck.MemoryRealm class.
 

Exception Summary
TomcatException General Tomcat exception
 

Package org.apache.tomcat.core Description

The inner guts of the servlet engine.



Copyright © 2000 Apache Software Foundation. All Rights Reserved.