public class WebAppFilterChain extends java.lang.Object implements CauchoFilterChain
| Constructor and Description |
|---|
WebAppFilterChain(FilterChain next,
WebApp app)
Creates a new FilterChainFilter.
|
WebAppFilterChain(FilterChain next,
WebApp webApp,
boolean isTop)
Creates a new FilterChainFilter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(ServletRequest request,
ServletResponse response)
Invokes the next filter in the chain or the final servlet at
the end of the chain.
|
FilterChain |
getNext()
Returns true if cacheable.
|
java.lang.String |
toString() |
public WebAppFilterChain(FilterChain next, WebApp app)
next - the next filterChainfilter - the user's filterpublic WebAppFilterChain(FilterChain next, WebApp webApp, boolean isTop)
next - the next filterChainfilter - the user's filterpublic FilterChain getNext()
getNext in interface CauchoFilterChainpublic void doFilter(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
doFilter in interface FilterChainrequest - the servlet requestresponse - the servlet responseServletExceptionjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object