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
 

Fields in org.mortbay.jetty declared as ContextHandler.Context
private  ContextHandler.Context Request._context
           
 

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
 

Fields in org.mortbay.jetty.handler declared as ContextHandler.Context
private  ContextHandler.Context ContextHandler._context
           
 

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
private  ContextHandler.Context DefaultServlet._context
           
protected  ContextHandler.Context AbstractSessionManager._context
           
private  ContextHandler.Context ServletHandler._servletContext