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

Packages that use ContextHandler
org.mortbay.jetty.ant.types   
org.mortbay.jetty.handler   
org.mortbay.jetty.plugin   
org.mortbay.jetty.servlet   
org.mortbay.jetty.servlet.wadi   
org.mortbay.jetty.webapp   
 

Uses of ContextHandler in org.mortbay.jetty.ant.types
 

Methods in org.mortbay.jetty.ant.types with parameters of type ContextHandler
 void ContextHandlers.add(ContextHandler handler)
           
 

Uses of ContextHandler in org.mortbay.jetty.handler
 

Subclasses of ContextHandler in org.mortbay.jetty.handler
 class MovedContextHandler
          Moved ContextHandler.
 

Methods in org.mortbay.jetty.handler that return ContextHandler
 ContextHandler ContextHandlerCollection.addContext(java.lang.String contextPath, java.lang.String resourceBase)
          Add a context handler.
 ContextHandler ContextHandler.SContext.getContextHandler()
           
 

Uses of ContextHandler in org.mortbay.jetty.plugin
 

Subclasses of ContextHandler in org.mortbay.jetty.plugin
 class Jetty6PluginWebAppContext
          Jetty6PluginWebAppContext
 

Methods in org.mortbay.jetty.plugin that return ContextHandler
 ContextHandler[] Jetty6RunMojo.getConfiguredContextHandlers()
           
 

Uses of ContextHandler in org.mortbay.jetty.servlet
 

Subclasses of ContextHandler in org.mortbay.jetty.servlet
 class Context
          Servlet Context.
 

Constructors in org.mortbay.jetty.servlet with parameters of type ContextHandler
Dispatcher(ContextHandler contextHandler, java.lang.String name)
          Constructor.
Dispatcher(ContextHandler contextHandler, java.lang.String uri, java.lang.String pathInContext, java.lang.String query)
           
 

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

Methods in org.mortbay.jetty.servlet.wadi that return ContextHandler
protected  ContextHandler WADITestServer.newCounterHandler()
           
protected  ContextHandler WADITestServer.newExitHandler()
           
 

Uses of ContextHandler in org.mortbay.jetty.webapp
 

Subclasses of ContextHandler in org.mortbay.jetty.webapp
 class WebAppContext
          Web Application Context Handler.
 

Methods in org.mortbay.jetty.webapp that return ContextHandler
 ContextHandler WebAppClassLoader.getContext()
           
static ContextHandler WebAppContext.getCurrentWebAppContext()
           
 



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