public interface RequestMatcher
| Modifier and Type | Interface and Description |
|---|---|
static class |
RequestMatcher.MatchOther |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(Request page)
Check whether to process the page.
Please DO NOT change page status in this method. |
boolean match(Request page)
page - pageCopyright © 2017. All rights reserved.