public class AccessLogFilterChain extends java.lang.Object implements CauchoFilterChain
| Constructor and Description |
|---|
AccessLogFilterChain(FilterChain next,
WebApp webApp)
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 AccessLogFilterChain(FilterChain next, WebApp webApp)
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