public class PrecompilePageFilterChain extends java.lang.Object implements FilterChain
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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 responseServletExceptionjava.io.IOException