public interface RewriteFilter
Modifier and Type | Method and Description |
---|---|
boolean |
isForward() |
boolean |
isInclude() |
boolean |
isRequest() |
FilterChain |
map(java.lang.String uri,
java.lang.String queryString,
FilterChain next)
Creates a FilterChain for the action based on the uri and query string.
|
boolean isRequest()
boolean isInclude()
boolean isForward()
FilterChain map(java.lang.String uri, java.lang.String queryString, FilterChain next) throws ServletException
uri
- the request URI to match againstqueryString
- the request query string to match againstnext
- the next rewrite FilterChain dispatchServletException