Uses of Class
org.eclipse.jetty.server.handler.ContextHandler.Context

Packages that use ContextHandler.Context
org.eclipse.jetty.server   
org.eclipse.jetty.server.handler   
org.eclipse.jetty.server.session   
org.eclipse.jetty.servlet   
org.eclipse.jetty.webapp   
 

Uses of ContextHandler.Context in org.eclipse.jetty.server
 

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

Methods in org.eclipse.jetty.server with parameters of type ContextHandler.Context
 void Request.setContext(ContextHandler.Context context)
          Set request context
 

Uses of ContextHandler.Context in org.eclipse.jetty.server.handler
 

Fields in org.eclipse.jetty.server.handler declared as ContextHandler.Context
protected  ContextHandler.Context ContextHandler._scontext
           
 

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

Constructors in org.eclipse.jetty.server.handler with parameters of type ContextHandler.Context
ContextHandler(ContextHandler.Context context)
           
 

Uses of ContextHandler.Context in org.eclipse.jetty.server.session
 

Fields in org.eclipse.jetty.server.session declared as ContextHandler.Context
protected  ContextHandler.Context AbstractSessionManager._context
           
 

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

Subclasses of ContextHandler.Context in org.eclipse.jetty.servlet
 class ServletContextHandler.Context
           
 

Uses of ContextHandler.Context in org.eclipse.jetty.webapp
 

Subclasses of ContextHandler.Context in org.eclipse.jetty.webapp
 class WebAppContext.Context
           
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.