Uses of Class
org.mortbay.jetty.handler.ContextHandler.Context

Packages that use ContextHandler.Context
org.mortbay.jetty   
org.mortbay.jetty.handler   
org.mortbay.jetty.servlet   
 

Uses of ContextHandler.Context in org.mortbay.jetty
 

Methods in org.mortbay.jetty that return ContextHandler.Context
 ContextHandler.Context Request.getContext()
           
 

Methods in org.mortbay.jetty with parameters of type ContextHandler.Context
 void Request.setContext(ContextHandler.Context context)
           
 

Uses of ContextHandler.Context in org.mortbay.jetty.handler
 

Methods in org.mortbay.jetty.handler that return ContextHandler.Context
static ContextHandler.Context ContextHandler.getCurrentContext()
          Get the current ServletContext implementation.
 

Uses of ContextHandler.Context in org.mortbay.jetty.servlet
 

Fields in org.mortbay.jetty.servlet declared as ContextHandler.Context
protected  ContextHandler.Context AbstractSessionManager._context