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) throws HttpAction
context - the web contextmatcherNames - the matchersmatchersMap - the map of matchersHttpAction - whether an additional HTTP action is requiredCopyright © 2018. All Rights Reserved.