Package org.nuxeo.ecm.webengine.util
Class PathMatcher
java.lang.Object
org.nuxeo.ecm.webengine.util.PathMatcher
- Direct Known Subclasses:
PathMatcher.PrefixMatcher
,PathMatcher.RegexMatcher
- Author:
- Bogdan Stefanescu
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PathMatcher
static PathMatcher
getPrefixMatcher
(String prefix) static PathMatcher
getRegexMatcher
(String regex) boolean
-
Constructor Details
-
PathMatcher
protected PathMatcher()
-
-
Method Details
-
getRegexMatcher
-
getPrefixMatcher
-
getAllMatcher
-
match
-