|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UrlMatcher
Strategy for deciding whether configured path matches a submitted candidate URL.
Method Summary | |
---|---|
Object |
compile(String urlPattern)
|
String |
getUniversalMatchPattern()
Returns the path which matches every URL |
boolean |
pathMatchesUrl(Object compiledUrlPattern,
String url)
|
boolean |
requiresLowerCaseUrl()
Returns true if the matcher expects the URL to be converted to lower case before calling pathMatchesUrl(Object, String) . |
Method Detail |
---|
Object compile(String urlPattern)
boolean pathMatchesUrl(Object compiledUrlPattern, String url)
String getUniversalMatchPattern()
boolean requiresLowerCaseUrl()
pathMatchesUrl(Object, String)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |