net.dpml.http
Class ResourceContextHandler

java.lang.Object
  extended by org.mortbay.component.AbstractLifeCycle
      extended by org.mortbay.jetty.handler.AbstractHandler
          extended by org.mortbay.jetty.handler.AbstractHandlerContainer
              extended by org.mortbay.jetty.handler.HandlerWrapper
                  extended by org.mortbay.jetty.handler.ContextHandler
                      extended by net.dpml.http.ResourceContextHandler
All Implemented Interfaces:
LifeCycle, Handler, HandlerContainer, Attributes

public class ResourceContextHandler
extends ContextHandler

Context handler with enhanced support for symbolic property dereferencing.

Version:
0.2.0
Author:
Digital Product Meta Library

Nested Class Summary
static interface ResourceContextHandler.Context
          HTTP static resource context handler parameters.
 
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
ResourceContextHandler(Logger logger, ResourceContextHandler.Context context)
          Creation of a new resource context handler.
 
Method Summary
 
Methods inherited from class org.mortbay.jetty.handler.ContextHandler
addEventListener, addLocaleEncoding, clearAttributes, doStart, doStop, getAttribute, getAttributeNames, getAttributes, getBaseResource, getClassLoader, getConnectorNames, getContextPath, getCurrentContext, getDisplayName, getErrorHandler, getEventListeners, getHosts, getInitParameter, getInitParameterNames, getInitParams, getLocaleEncoding, getMimeTypes, getResource, getResourceBase, getResourcePaths, getVirtualHosts, getWelcomeFiles, handle, isProtectedTarget, isShutdown, loadClass, removeAttribute, setAttribute, setAttributes, setBaseResource, setClassLoader, setConnectorNames, setContextPath, setDisplayName, setErrorHandler, setEventListeners, setHosts, setInitParams, setMimeTypes, setResourceBase, setServer, setShutdown, setVirtualHosts, setWelcomeFiles, startContext, toString
 
Methods inherited from class org.mortbay.jetty.handler.HandlerWrapper
addHandler, expandChildren, getHandler, setHandler
 
Methods inherited from class org.mortbay.jetty.handler.AbstractHandlerContainer
expandHandler, getChildHandlerByClass, getChildHandlers, getChildHandlersByClass
 
Methods inherited from class org.mortbay.jetty.handler.AbstractHandler
getServer
 
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

ResourceContextHandler

public ResourceContextHandler(Logger logger,
                              ResourceContextHandler.Context context)
                       throws Exception
Creation of a new resource context handler.

Parameters:
logger - the assigned logging channel
context - the deployment context
Throws:
Exception - if an instantiation error occurs