public class MatchFilterChain extends java.lang.Object implements FilterChain
Constructor and Description |
---|
MatchFilterChain(RequestPredicate[] predicates,
FilterChain passChain,
FilterChain failChain) |
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.
|
java.lang.String |
toString() |
public MatchFilterChain(RequestPredicate[] predicates, FilterChain passChain, FilterChain failChain)
public void doFilter(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
FilterChain
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