|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UrlPattern
Pattern interface, used to match URLs.
Nested Class Summary | |
---|---|
static class |
UrlPattern.MatchAllPattern
A default implementation with matches any input. |
Field Summary | |
---|---|
static UrlPattern |
MATCH_ALL
A pattern which matches any input. |
Method Summary | |
---|---|
int |
getLength()
Returns the pattern length. |
String |
getPatternString()
Returns the pattern string. |
boolean |
match(String url)
Does the patter match the given url? |
Field Detail |
---|
static final UrlPattern MATCH_ALL
Method Detail |
---|
boolean match(String url)
url
- url to match
true
if the given URL matches the patternint getLength()
String getPatternString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |