org.apache.geronimo.jetty6.handler
Class ThreadClassloaderHandler

java.lang.Object
  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

public class ThreadClassloaderHandler
extends AbstractImmutableHandler


Field Summary
 
Fields inherited from class org.apache.geronimo.jetty6.handler.AbstractImmutableHandler
next
 
Fields inherited from interface org.mortbay.jetty.Handler
ALL, DEFAULT, ERROR, FORWARD, INCLUDE, REQUEST
 
Constructor Summary
ThreadClassloaderHandler(org.mortbay.jetty.Handler 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, destroy, doStart, doStop, expandChildren, getServer, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, setServer, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadClassloaderHandler

public ThreadClassloaderHandler(org.mortbay.jetty.Handler 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-2008 The Apache Geronimo development community. All Rights Reserved.