Uses of Interface
org.mortbay.jetty.HandlerContainer

Packages that use HandlerContainer
org.mortbay.jetty   
org.mortbay.jetty.deployer   
org.mortbay.jetty.handler   
org.mortbay.jetty.plugin   
org.mortbay.jetty.security   
org.mortbay.jetty.servlet   
org.mortbay.jetty.servlet.wadi   
org.mortbay.jetty.webapp   
org.mortbay.jetty.xbean   
 

Uses of HandlerContainer in org.mortbay.jetty
 

Classes in org.mortbay.jetty that implement HandlerContainer
 class Server
          Jetty HTTP Servlet Server.
 

Uses of HandlerContainer in org.mortbay.jetty.deployer
 

Methods in org.mortbay.jetty.deployer that return HandlerContainer
 HandlerContainer WebAppDeployer.getContexts()
           
 

Methods in org.mortbay.jetty.deployer with parameters of type HandlerContainer
 void WebAppDeployer.setContexts(HandlerContainer contexts)
           
 

Uses of HandlerContainer in org.mortbay.jetty.handler
 

Classes in org.mortbay.jetty.handler that implement HandlerContainer
 class AbstractHandlerContainer
          Abstract Handler Container.
 class ContextHandler
          ContextHandler.
 class ContextHandlerCollection
          ContextHandlerCollection.
 class HandlerCollection
          A collection of handlers.
 class HandlerList
          HandlerList.
 class HandlerWrapper
          A HandlerWrapper acts as a Handler but delegates the handle method and life cycle events to a delegate.
 class MovedContextHandler
          Moved ContextHandler.
 class RequestLogHandler
          RequestLogHandler.
 class RewriteHandler
          Path Rewrite Handler
 class StatisticsHandler
           
 

Constructors in org.mortbay.jetty.handler with parameters of type HandlerContainer
ContextHandler(HandlerContainer parent, java.lang.String contextPath)
           
MovedContextHandler(HandlerContainer parent, java.lang.String contextPath, java.lang.String newContextURL)
           
 

Uses of HandlerContainer in org.mortbay.jetty.plugin
 

Classes in org.mortbay.jetty.plugin that implement HandlerContainer
 class Jetty6PluginWebAppContext
          Jetty6PluginWebAppContext
 

Uses of HandlerContainer in org.mortbay.jetty.security
 

Classes in org.mortbay.jetty.security that implement HandlerContainer
 class HTAccessHandler
          Handler to authenticate access using the Apache's .htaccess files.
 class SecurityHandler
          Handler to enforce SecurityConstraints.
 

Uses of HandlerContainer in org.mortbay.jetty.servlet
 

Classes in org.mortbay.jetty.servlet that implement HandlerContainer
 class Context
          Servlet Context.
 class SessionHandler
          SessionHandler.
 

Constructors in org.mortbay.jetty.servlet with parameters of type HandlerContainer
Context(HandlerContainer parent, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler)
           
Context(HandlerContainer parent, java.lang.String contextPath)
           
Context(HandlerContainer parent, java.lang.String contextPath, boolean sessions, boolean security)
           
Context(HandlerContainer parent, java.lang.String contextPath, int options)
           
Context(HandlerContainer parent, java.lang.String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler)
           
 

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

Classes in org.mortbay.jetty.servlet.wadi that implement HandlerContainer
 class WadiSessionHandler
           
 

Uses of HandlerContainer in org.mortbay.jetty.webapp
 

Classes in org.mortbay.jetty.webapp that implement HandlerContainer
 class WebAppContext
          Web Application Context Handler.
 

Methods in org.mortbay.jetty.webapp with parameters of type HandlerContainer
static void WebAppContext.addWebApplications(HandlerContainer contexts, java.lang.String webapps, java.lang.String defaults, boolean extract, boolean java2CompliantClassLoader)
          Deprecated. use WebAppDeployer or ContextDeployer
static void WebAppContext.addWebApplications(HandlerContainer contexts, java.lang.String webapps, java.lang.String defaults, java.lang.String[] configurations, boolean extract, boolean java2CompliantClassLoader)
          Deprecated. use WebAppDeployer or ContextDeployer
 

Constructors in org.mortbay.jetty.webapp with parameters of type HandlerContainer
WebAppContext(HandlerContainer parent, java.lang.String webApp, java.lang.String contextPath)
           
 

Uses of HandlerContainer in org.mortbay.jetty.xbean
 

Classes in org.mortbay.jetty.xbean that implement HandlerContainer
 class JettyFactoryBean
          Creates an instance of Jetty inside an XBean configuration file
 



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