net.dpml.http
Class ContextHandlerCollection

java.lang.Object
  extended byorg.mortbay.component.AbstractLifeCycle
      extended byorg.mortbay.jetty.handler.AbstractHandler
          extended byorg.mortbay.jetty.handler.HandlerCollection
              extended byorg.mortbay.jetty.handler.ContextHandlerCollection
                  extended bynet.dpml.http.ContextHandlerCollection
All Implemented Interfaces:
Handler, LifeCycle

public class ContextHandlerCollection
extends ContextHandlerCollection

Context handler collection.

Version:
0.0.0
Author:
Digital Product Meta Library

Nested Class Summary
static interface ContextHandlerCollection.Parts
          Internal parts management interface.
 
Field Summary
 
Fields inherited from class org.mortbay.jetty.handler.AbstractHandler
_string
 
Fields inherited from interface org.mortbay.jetty.Handler
ALL, DEFAULT, ERROR, FORWARD, INCLUDE, REQUEST
 
Constructor Summary
ContextHandlerCollection(Logger logger, ContextHandlerCollection.Parts parts)
          Creation of a new HTTP server implementation.
 
Methods inherited from class org.mortbay.jetty.handler.ContextHandlerCollection
doStart, handle, mapContexts, setHandlers
 
Methods inherited from class org.mortbay.jetty.handler.HandlerCollection
addHandler, doStop, expandChildren, getHandlers, removeHandler, setServer
 
Methods inherited from class org.mortbay.jetty.handler.AbstractHandler
expandHandler, getChildHandlerByClass, getChildHandlers, getChildHandlersByClass, getServer, toString
 
Methods inherited from class org.mortbay.component.AbstractLifeCycle
isFailed, isRunning, isStarted, isStarting, isStopping, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.mortbay.component.LifeCycle
isFailed, isRunning, isStarted, isStarting, isStopping, start, stop
 

Constructor Detail

ContextHandlerCollection

public ContextHandlerCollection(Logger logger,
                                ContextHandlerCollection.Parts parts)
                         throws Exception
Creation of a new HTTP server implementation.

Parameters:
logger - the assigned logging channel
parts - the parts manager
Throws:
Exception - if an instantiation error occurs