|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.caucho.server.http.FilterChainBase | +--com.caucho.server.http.FilterChainServlet
Represents the final servlet in a filter chain.
Field Summary | |
protected Servlet |
servlet
|
Method Summary | |
void |
doFilter(ServletRequest request,
ServletResponse response)
Invokes 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 |
Field Detail |
protected Servlet servlet
Method Detail |
public void doFilter(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
request
- the servlet requestresponse
- the servlet response
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |