public interface MatchingChecker
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(WebContext context,
String matcherNames,
Map<String,Matcher> matchersMap)
Check if the web context matches.
|
boolean matches(WebContext context, String matcherNames, Map<String,Matcher> matchersMap) throws HttpAction
context - the web contextmatcherNames - the matchersmatchersMap - the map of matchersHttpAction - whether an additional HTTP action is requiredCopyright © 2016. All rights reserved.