public final class EntireRegionRegexUrlPatternMatcherStrategy extends Object implements UrlPatternMatcherStrategy
Matcher.matches():
Attempts to match the entire region against the pattern.| Constructor and Description |
|---|
EntireRegionRegexUrlPatternMatcherStrategy() |
EntireRegionRegexUrlPatternMatcherStrategy(String pattern) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String url)
Execute the match between the given pattern and the url
|
void |
setPattern(String pattern)
The pattern against which the url is compared
|
public EntireRegionRegexUrlPatternMatcherStrategy()
public EntireRegionRegexUrlPatternMatcherStrategy(String pattern)
public boolean matches(String url)
UrlPatternMatcherStrategymatches in interface UrlPatternMatcherStrategyurl - the request url typically with query strings includedpublic void setPattern(String pattern)
UrlPatternMatcherStrategysetPattern in interface UrlPatternMatcherStrategyCopyright © 2006–2021 Apereo. All rights reserved.