Class ApplicationContext

java.lang.Object
org.apache.catalina.core.ApplicationContext
All Implemented Interfaces:
ServletContext
Direct Known Subclasses:
ReplicatedContext.ReplApplContext

public class ApplicationContext extends Object implements ServletContext
Standard implementation of ServletContext that represents a web application's execution environment. An instance of this class is associated with each instance of StandardContext.
Author:
Craig R. McClanahan, Remy Maucherat