public class DefaultMatchingChecker extends java.lang.Object implements MatchingChecker
| Constructor and Description |
|---|
DefaultMatchingChecker() |
| 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.
|
public boolean matches(WebContext context, java.lang.String matcherNames, java.util.Map<java.lang.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 © 2018. All Rights Reserved.