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

Uses of Context in org.apache.tomcat.core
 

Fields in org.apache.tomcat.core declared as Context
protected  Context Handler.context
           
protected  Context RequestImpl.context
           
 

Methods in org.apache.tomcat.core that return Context
 Context Container.getContext()
          The parent web application, if any.
 Context Handler.getContext()
           
 Context ContextManager.getContext(java.lang.String name)
          Deprecated. Use an external iterator to find the context that matches your conditions.
 Context Request.getContext()
           
 Context FacadeManager.getRealContext(javax.servlet.ServletContext ctx)
           
 Context Context.getContext(java.lang.String path)
           
 Context RequestImpl.getContext()
           
 

Methods in org.apache.tomcat.core with parameters of type Context
 void Container.setContext(Context ctx)
          Set the context, if this container is part of a web application.
 void Handler.setContext(Context context)
           
 void ServletWrapper.setContext(Context context)
           
 void ContextManager.initContext(Context ctx)
          Initializes this context to be able to accept requests.
 void ContextManager.shutdownContext(Context ctx)
          Stop the context and release all resources.
 void ContextManager.addContext(Context ctx)
          Adds a new Context to the set managed by this ContextManager.
 void ContextManager.removeContext(Context context)
          Shut down and removes a context from service
 Request ContextManager.createRequest(Context ctx, java.lang.String urlPath)
          Create a new sub-request in a given context, set the context "hint" This is a particular case of sub-request that can't get out of a context ( and we know the context before - so no need to compute it again) Note that session and all stuff will still be computed.
 ServletWrapper ContextManager.getHandlerForPath(Context ctx, java.lang.String path)
           
 void ContextManager.doPreServletInit(Context ctx, ServletWrapper sw)
           
 void ContextManager.doPostServletInit(Context ctx, ServletWrapper sw)
           
 void ContextManager.doPreServletDestroy(Context ctx, ServletWrapper sw)
           
 void ContextManager.doPostServletDestroy(Context ctx, ServletWrapper sw)
           
 void Request.setContext(Context context)
          Context - will be set by contextMap stage of request interceptors
 void ContextInterceptor.addContext(ContextManager cm, Context ctx)
          Called when a context is added to a CM.
 void ContextInterceptor.contextInit(Context ctx)
          Notify when a context is initialized.
 void ContextInterceptor.reload(Request req, Context ctx)
          Reload notification - called whenever a reload is done.
 void ContextInterceptor.contextShutdown(Context ctx)
          Called when a context is stoped, before removeContext.
 void ContextInterceptor.removeContext(ContextManager cm, Context ctx)
          Called when a context is removed from a CM.
 void ContextInterceptor.preServletInit(Context ctx, ServletWrapper sw)
          Servlet Init notification.
 void ContextInterceptor.postServletInit(Context ctx, ServletWrapper sw)
           
 void ContextInterceptor.preServletDestroy(Context ctx, ServletWrapper sw)
          Servlet Destroy notification
 void ContextInterceptor.postServletDestroy(Context ctx, ServletWrapper sw)
           
 void BaseInterceptor.contextInit(Context ctx)
           
 void BaseInterceptor.contextShutdown(Context ctx)
           
 void BaseInterceptor.addSecurityConstraint(Context ctx, java.lang.String path, Container ct)
           
 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 BaseInterceptor.reload(Request req, Context ctx)
           
 void BaseInterceptor.preServletInit(Context ctx, ServletWrapper sw)
          Servlet Init notification
 void BaseInterceptor.postServletInit(Context ctx, ServletWrapper sw)
           
 void BaseInterceptor.preServletDestroy(Context ctx, ServletWrapper sw)
          Servlet Destroy notification
 void BaseInterceptor.postServletDestroy(Context ctx, ServletWrapper sw)
           
 javax.servlet.ServletContext FacadeManager.createServletContextFacade(Context ctx)
           
 void RequestImpl.setContext(Context context)
           
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.