org.apache.geronimo.jetty6.handler
Class InstanceContextHandler

java.lang.Object
  extended by org.apache.geronimo.jetty6.handler.AbstractImmutableHandler
      extended by org.apache.geronimo.jetty6.handler.InstanceContextHandler
All Implemented Interfaces:
org.mortbay.component.LifeCycle, org.mortbay.jetty.Handler

public class InstanceContextHandler
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
InstanceContextHandler(org.mortbay.jetty.Handler next, Set unshareableResources, Set applicationManagedSecurityResources, org.apache.geronimo.connector.outbound.connectiontracking.TrackedConnectionAssociator trackedConnectionAssociator)
           
 
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

InstanceContextHandler

public InstanceContextHandler(org.mortbay.jetty.Handler next,
                              Set unshareableResources,
                              Set applicationManagedSecurityResources,
                              org.apache.geronimo.connector.outbound.connectiontracking.TrackedConnectionAssociator trackedConnectionAssociator)
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.