|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.webapp.StatisticsFilterChain
public class StatisticsFilterChain
| Constructor Summary | |
|---|---|
StatisticsFilterChain(FilterChain next,
WebApp webApp)
|
|
| Method Summary | |
|---|---|
void |
doFilter(ServletRequest request,
ServletResponse response)
Invokes the next filter in the chain or the final servlet at the end of the chain. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatisticsFilterChain(FilterChain next,
WebApp webApp)
| Method Detail |
|---|
public void doFilter(ServletRequest request,
ServletResponse response)
throws ServletException,
java.io.IOException
FilterChain
doFilter in interface FilterChainrequest - the servlet requestresponse - the servlet response
ServletException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||