public class RewriteIncludeFilterChain extends java.lang.Object implements FilterChain
Constructor and Description |
---|
RewriteIncludeFilterChain(FilterChain next,
java.lang.String url)
Create the dispatch filter chain servlet.
|
Modifier and Type | Method and Description |
---|---|
void |
doFilter(ServletRequest request,
ServletResponse response)
Dispatchs to the dispatch
|
java.lang.String |
toString() |
public RewriteIncludeFilterChain(FilterChain next, java.lang.String url)
url
- the request dispatcher to dispatch to.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