Uses of Class
org.apache.tomcat.core.ContextManager

Uses of ContextManager in org.apache.tomcat.core
 

Fields in org.apache.tomcat.core declared as ContextManager
protected  ContextManager Handler.contextM
           
protected  ContextManager BaseInterceptor.cm
           
protected  ContextManager RequestImpl.contextM
           
 

Methods in org.apache.tomcat.core that return ContextManager
 ContextManager Container.getContextManager()
          Get the context manager
 ContextManager Request.getContextManager()
           
 ContextManager Context.getContextManager()
           
 ContextManager RequestImpl.getContextManager()
           
 

Methods in org.apache.tomcat.core with parameters of type ContextManager
 void Container.setContextManager(ContextManager cm)
           
 void Request.setContextManager(ContextManager cm)
          Pointer to the server engine - for errors, etc
 void ContextInterceptor.engineInit(ContextManager cm)
          Called when the ContextManger is started.
 void ContextInterceptor.engineShutdown(ContextManager cm)
          Called before the ContextManager is stoped.
 void ContextInterceptor.addContext(ContextManager cm, Context ctx)
          Called when a context is added to a CM.
 void ContextInterceptor.removeContext(ContextManager cm, Context ctx)
          Called when a context is removed from a CM.
 void BaseInterceptor.setContextManager(ContextManager cm)
           
 void BaseInterceptor.engineInit(ContextManager cm)
          Called when the ContextManger is started
 void BaseInterceptor.engineShutdown(ContextManager cm)
          Called before the ContextManager is stoped.
 void BaseInterceptor.addContext(ContextManager cm, Context ctx)
          Called when a context is added to a CM
 void BaseInterceptor.removeContext(ContextManager cm, Context ctx)
          Called when a context is removed from a CM
 void Context.setContextManager(ContextManager cm)
           
 void RequestImpl.setContextManager(ContextManager cm)
           
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.