org.apache.geronimo.tomcat.interceptor
Class ComponentContextBeforeAfter
java.lang.Object
  
org.apache.geronimo.tomcat.interceptor.ComponentContextBeforeAfter
- All Implemented Interfaces: 
 - BeforeAfter
 
public class ComponentContextBeforeAfter
- extends Object
- implements BeforeAfter
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ComponentContextBeforeAfter
public ComponentContextBeforeAfter(BeforeAfter next,
                                   int index,
                                   Context componentContext)
before
public void before(Object[] context,
                   ServletRequest httpRequest,
                   ServletResponse httpResponse)
- Specified by:
 before in interface BeforeAfter
 
 
after
public void after(Object[] context,
                  ServletRequest httpRequest,
                  ServletResponse httpResponse)
- Specified by:
 after in interface BeforeAfter
 
 
Copyright © 2006 Apache Software Foundation. All Rights Reserved.