|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UrlPatternMatcherStrategy
Defines an abstraction by which request urls can be matches against a given pattern.
New instances for all extensions for this strategy interface will be created per
each request. The client will ultimately invoke the 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.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
boolean matches(String url)
url - the request url typically with query strings included
void setPattern(String pattern)
pattern -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||