net.dpml.http
Class NCSARequestLogHandler

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.RequestLogHandler
                      extended by net.dpml.http.NCSARequestLogHandler
All Implemented Interfaces:
LifeCycle, Handler, HandlerContainer

public class NCSARequestLogHandler
extends RequestLogHandler

Wrapper for the Jetty NCSA request logger.

Version:
0.0.4
Author:
Digital Product Meta Library

Nested Class Summary
static interface NCSARequestLogHandler.Context
          Component context.
 
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
NCSARequestLogHandler(NCSARequestLogHandler.Context context)
          Creation of a new NCSA request log.
 
Method Summary
 
Methods inherited from class org.mortbay.jetty.handler.RequestLogHandler
doStart, doStop, getRequestLog, handle, setRequestLog, setServer
 
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, 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

NCSARequestLogHandler

public NCSARequestLogHandler(NCSARequestLogHandler.Context context)
Creation of a new NCSA request log.

Parameters:
context - the deployment context