org.apache.geronimo.tomcat.interceptor
Class ComponentContextBeforeAfter

java.lang.Object
  extended by org.apache.geronimo.tomcat.interceptor.ComponentContextBeforeAfter
All Implemented Interfaces:
BeforeAfter

public class ComponentContextBeforeAfter
extends Object
implements BeforeAfter


Constructor Summary
ComponentContextBeforeAfter(BeforeAfter next, int index, Context componentContext)
           
 
Method Summary
 void after(Object[] context, ServletRequest httpRequest, ServletResponse httpResponse)
           
 void before(Object[] context, ServletRequest httpRequest, ServletResponse httpResponse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentContextBeforeAfter

public ComponentContextBeforeAfter(BeforeAfter next,
                                   int index,
                                   Context componentContext)
Method Detail

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.