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

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

Uses of ContextHandler in org.eclipse.jetty.server
 

Methods in org.eclipse.jetty.server that return ContextHandler
 ContextHandler AsyncContinuation.getContextHandler()
           
 

Constructors in org.eclipse.jetty.server with parameters of type ContextHandler
Dispatcher(ContextHandler contextHandler, String name)
          Constructor.
Dispatcher(ContextHandler contextHandler, String uri, String pathInContext, String query)
           
 

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

Subclasses of ContextHandler in org.eclipse.jetty.server.handler
 class MovedContextHandler
          Moved ContextHandler.
 

Methods in org.eclipse.jetty.server.handler that return ContextHandler
 ContextHandler ContextHandlerCollection.addContext(String contextPath, String resourceBase)
          Add a context handler.
 ContextHandler ContextHandler.Context.getContextHandler()
           
 

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

Methods in org.eclipse.jetty.server.handler.jmx with parameters of type ContextHandler
protected  String AbstractHandlerMBean.getContextName(ContextHandler context)
           
 

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

Methods in org.eclipse.jetty.server.session that return ContextHandler
 ContextHandler AbstractSessionManager.getContextHandler()
           
 

Uses of ContextHandler in org.eclipse.jetty.servlet
 

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

Methods in org.eclipse.jetty.servlet that return ContextHandler
protected  ContextHandler DefaultServlet.initContextHandler(ServletContext servletContext)
          Compute the field _contextHandler.
In the case where the DefaultServlet is deployed on the HttpService it is likely that this method needs to be overwritten to unwrap the ServletContext facade until we reach the original jetty's ContextHandler.
 



Copyright © 2012. All Rights Reserved.