|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RewriteFilter
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 dispatch
ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||