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