org.apache.geronimo.jetty6.handler
Class ThreadClassloaderHandler

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.apache.geronimo.jetty6.handler.AbstractImmutableHandler
                  extended by org.apache.geronimo.jetty6.handler.ThreadClassloaderHandler
All Implemented Interfaces:
org.mortbay.component.LifeCycle, org.mortbay.jetty.Handler, org.mortbay.jetty.HandlerContainer

public class ThreadClassloaderHandler
extends AbstractImmutableHandler


Field Summary
 
Fields inherited from class org.apache.geronimo.jetty6.handler.AbstractImmutableHandler
next
 
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
ThreadClassloaderHandler(org.mortbay.jetty.handler.AbstractHandler next, ClassLoader classLoader)
           
 
Method Summary
 void handle(String target, HttpServletRequest request, HttpServletResponse response, int dispatch)
           
 void lifecycleCommand(LifecycleCommand lifecycleCommand)
           
 
Methods inherited from class org.apache.geronimo.jetty6.handler.AbstractImmutableHandler
addHandler, doStart, doStop, expandChildren, setServer
 
Methods inherited from class org.mortbay.jetty.handler.AbstractHandlerContainer
expandHandler, getChildHandlerByClass, getChildHandlers, getChildHandlersByClass
 
Methods inherited from class org.mortbay.jetty.handler.AbstractHandler
destroy, getServer, toString
 
Methods inherited from class org.mortbay.component.AbstractLifeCycle
isFailed, isRunning, isStarted, isStarting, isStopped, 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, isStopped, isStopping, start, stop
 

Constructor Detail

ThreadClassloaderHandler

public ThreadClassloaderHandler(org.mortbay.jetty.handler.AbstractHandler next,
                                ClassLoader classLoader)
Method Detail

handle

public void handle(String target,
                   HttpServletRequest request,
                   HttpServletResponse response,
                   int dispatch)
            throws IOException,
                   ServletException
Throws:
IOException
ServletException

lifecycleCommand

public void lifecycleCommand(LifecycleCommand lifecycleCommand)
                      throws Exception
Overrides:
lifecycleCommand in class AbstractImmutableHandler
Throws:
Exception


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.