public class ContextFilterChain extends java.lang.Object implements FilterChain
Constructor and Description |
---|
ContextFilterChain(FilterChain next)
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.
|
void |
setErrorPageManager(ErrorPageManager errorPageManager)
Sets the error page manager.
|
java.lang.String |
toString() |
public ContextFilterChain(FilterChain next)
next
- the next filterChainfilter
- the user's filterpublic void setErrorPageManager(ErrorPageManager errorPageManager)
public void doFilter(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
doFilter
in interface FilterChain
request
- the servlet requestresponse
- the servlet responseServletException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object