org.apache.geronimo.jetty6.handler
Class InstanceContextHandler
java.lang.Object
org.mortbay.component.AbstractLifeCycle
org.mortbay.jetty.handler.AbstractHandler
org.mortbay.jetty.handler.AbstractHandlerContainer
org.apache.geronimo.jetty6.handler.AbstractImmutableHandler
org.apache.geronimo.jetty6.handler.InstanceContextHandler
- All Implemented Interfaces:
- org.mortbay.component.LifeCycle, org.mortbay.jetty.Handler, org.mortbay.jetty.HandlerContainer
public class InstanceContextHandler
- extends AbstractImmutableHandler
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 |
InstanceContextHandler(org.mortbay.jetty.handler.AbstractHandler next,
Set unshareableResources,
Set applicationManagedSecurityResources,
org.apache.geronimo.connector.outbound.connectiontracking.TrackedConnectionAssociator trackedConnectionAssociator)
|
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 interface org.mortbay.component.LifeCycle |
isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, start, stop |
InstanceContextHandler
public InstanceContextHandler(org.mortbay.jetty.handler.AbstractHandler next,
Set unshareableResources,
Set applicationManagedSecurityResources,
org.apache.geronimo.connector.outbound.connectiontracking.TrackedConnectionAssociator trackedConnectionAssociator)
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.