org.apache.geronimo.tomcat.interceptor
Class InstanceContextBeforeAfter
java.lang.Object
org.apache.geronimo.tomcat.interceptor.InstanceContextBeforeAfter
- All Implemented Interfaces:
- BeforeAfter
public class InstanceContextBeforeAfter
- extends Object
- implements BeforeAfter
Constructor Summary |
InstanceContextBeforeAfter(BeforeAfter next,
int oldIndex,
int newIndex,
Set unshareableResources,
Set applicationManagedSecurityResources,
org.apache.geronimo.connector.outbound.connectiontracking.TrackedConnectionAssociator trackedConnectionAssociator)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstanceContextBeforeAfter
public InstanceContextBeforeAfter(BeforeAfter next,
int oldIndex,
int newIndex,
Set unshareableResources,
Set applicationManagedSecurityResources,
org.apache.geronimo.connector.outbound.connectiontracking.TrackedConnectionAssociator trackedConnectionAssociator)
before
public void before(Object[] context,
ServletRequest httpRequest,
ServletResponse httpResponse,
int dispatch)
- Specified by:
before
in interface BeforeAfter
after
public void after(Object[] context,
ServletRequest httpRequest,
ServletResponse httpResponse,
int dispatch)
- Specified by:
after
in interface BeforeAfter
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.