public final class RegexUrlPatternMatcherStrategy extends Object implements UrlPatternMatcherStrategy
Constructor and Description |
---|
RegexUrlPatternMatcherStrategy() |
RegexUrlPatternMatcherStrategy(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 RegexUrlPatternMatcherStrategy()
public RegexUrlPatternMatcherStrategy(String pattern)
public boolean matches(String url)
UrlPatternMatcherStrategy
matches
in interface UrlPatternMatcherStrategy
url
- the request url typically with query strings includedpublic void setPattern(String pattern)
UrlPatternMatcherStrategy
setPattern
in interface UrlPatternMatcherStrategy
Copyright © 2006–2016 Jasig. All rights reserved.