Package org.apache.catalina.core

Class Summary
ApplicationContext Standard implementation of ServletContext that represents a web application's execution environment.
ApplicationContextFacade Facade object which masks the internal ApplicationContext object from the web application.
Constants  
ContainerBase Abstract implementation of the Container interface, providing common functionality required by nearly every implementation.
DefaultContext Used to store the default configuration a Host will use when creating a Context.
FastEngineMapper Implementation of Mapper for an Engine, designed to process HTTP requests.
StandardContext Standard implementation of the Context interface.
StandardContextMapper Implementation of Mapper for a Context, designed to process HTTP requests.
StandardEngine Standard implementation of the Engine interface.
StandardEngineMapper Implementation of Mapper for an Engine, designed to process HTTP requests.
StandardHost Standard implementation of the Host interface.
StandardHostMapper Implementation of Mapper for a Host, designed to process HTTP requests.
StandardPipeline Standard implementation of a processing Pipeline that will invoke a series of Valves that have been configured to be called in order.
StandardServer Standard implementation of the Server interface, available for use (but not required) when deploying and starting Catalina.
StandardService Standard implementation of the Service interface.
StandardWrapper Standard implementation of the Wrapper interface that represents an individual servlet definition.
StandardWrapperFacade Facade for the StandardWrapper object.
 



Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.