|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.dispatch.PrecompilePageFilterChain
public class PrecompilePageFilterChain
Represents the final servlet in a filter chain.
| Method Summary | |
|---|---|
void |
doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain. |
ServletContext |
getServletContext()
Gets the servlet context. |
void |
setServletContext(ServletContext servletContext)
Sets the servlet context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setServletContext(ServletContext servletContext)
public ServletContext getServletContext()
public void doFilter(ServletRequest request,
ServletResponse response)
throws ServletException,
java.io.IOException
doFilter in interface FilterChainreq - the servlet requestres - the servlet response
ServletException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||