|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.cms.util.UrlPattern.MatchAllPattern
public static final class UrlPattern.MatchAllPattern
A default implementation with matches any input.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface info.magnolia.cms.util.UrlPattern |
---|
UrlPattern.MatchAllPattern |
Field Summary |
---|
Fields inherited from interface info.magnolia.cms.util.UrlPattern |
---|
MATCH_ALL |
Constructor Summary | |
---|---|
protected |
UrlPattern.MatchAllPattern()
Instantiates a new MatchAllPattern instance. |
Method Summary | |
---|---|
int |
getLength()
Returns the pattern length. |
boolean |
match(java.lang.String str)
Does the patter match the given url? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected UrlPattern.MatchAllPattern()
Method Detail |
---|
public boolean match(java.lang.String str)
UrlPattern
match
in interface UrlPattern
str
- url to match
true
if the given URL matches the patternUrlPattern.match(java.lang.String)
public int getLength()
UrlPattern
getLength
in interface UrlPattern
UrlPattern.getLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |