public interface UrlPatternMatcherStrategy
matches(String) method
having already applied and set the pattern via the setPattern(String) method.
The pattern itself will be retrieved via the client configuration.| 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
|
boolean matches(String url)
url - the request url typically with query strings includedvoid setPattern(String pattern)
pattern - Copyright © 2006-2014 Jasig. All Rights Reserved.