org.apache.geronimo.jetty6.cluster.wadi
Class WADIClusteredPreHandler

java.lang.Object
  extended by org.apache.geronimo.jetty6.AbstractPreHandler
      extended by org.apache.geronimo.jetty6.cluster.AbstractClusteredPreHandler
          extended by org.apache.geronimo.jetty6.cluster.wadi.WADIClusteredPreHandler
All Implemented Interfaces:
PreHandler, org.mortbay.component.LifeCycle, org.mortbay.jetty.Handler

public class WADIClusteredPreHandler
extends AbstractClusteredPreHandler


Nested Class Summary
protected  class WADIClusteredPreHandler.WADIWebClusteredInvocation
           
 
Nested classes/interfaces inherited from class org.apache.geronimo.jetty6.cluster.AbstractClusteredPreHandler
AbstractClusteredPreHandler.WebClusteredInvocation
 
Field Summary
 
Fields inherited from class org.apache.geronimo.jetty6.AbstractPreHandler
next
 
Fields inherited from interface org.mortbay.jetty.Handler
ALL, DEFAULT, ERROR, FORWARD, INCLUDE, REQUEST
 
Constructor Summary
WADIClusteredPreHandler(org.codehaus.wadi.core.manager.Manager wadiManager)
           
 
Method Summary
protected  ClusteredInvocation newClusteredInvocation(String target, HttpServletRequest request, HttpServletResponse response, int dispatch)
           
 
Methods inherited from class org.apache.geronimo.jetty6.cluster.AbstractClusteredPreHandler
handle
 
Methods inherited from class org.apache.geronimo.jetty6.AbstractPreHandler
destroy, getServer, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, setNextHandler, setServer, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WADIClusteredPreHandler

public WADIClusteredPreHandler(org.codehaus.wadi.core.manager.Manager wadiManager)
Method Detail

newClusteredInvocation

protected ClusteredInvocation newClusteredInvocation(String target,
                                                     HttpServletRequest request,
                                                     HttpServletResponse response,
                                                     int dispatch)
Specified by:
newClusteredInvocation in class AbstractClusteredPreHandler


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