org.apache.geronimo.tomcat.interceptor
Interface BeforeAfter

All Known Implementing Classes:
ComponentContextBeforeAfter, InstanceContextBeforeAfter, PolicyContextBeforeAfter, UserTransactionBeforeAfter

public interface BeforeAfter


Field Summary
static int DISPATCHED
           
static int EDGE_SERVLET
           
 
Method Summary
 void after(Object[] context, ServletRequest httpRequest, ServletResponse httpResponse, int dispatch)
           
 void before(Object[] context, ServletRequest httpRequest, ServletResponse httpResponse, int dispatch)
           
 

Field Detail

EDGE_SERVLET

static final int EDGE_SERVLET
See Also:
Constant Field Values

DISPATCHED

static final int DISPATCHED
See Also:
Constant Field Values
Method Detail

before

void before(Object[] context,
            ServletRequest httpRequest,
            ServletResponse httpResponse,
            int dispatch)

after

void after(Object[] context,
           ServletRequest httpRequest,
           ServletResponse httpResponse,
           int dispatch)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.