public interface MatchingChecker
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(WebContext context,
java.lang.String matcherNames,
java.util.Map<java.lang.String,Matcher> matchersMap)
Check if the web context matches.
|
boolean matches(WebContext context, java.lang.String matcherNames, java.util.Map<java.lang.String,Matcher> matchersMap)
context - the web contextmatcherNames - the matchersmatchersMap - the map of matchersCopyright © 2019. All Rights Reserved.