Uses of Class
org.nuxeo.ecm.webengine.util.PathMatcher
-
Packages that use PathMatcher Package Description org.nuxeo.ecm.webengine.util -
-
Uses of PathMatcher in org.nuxeo.ecm.webengine.util
Subclasses of PathMatcher in org.nuxeo.ecm.webengine.util Modifier and Type Class Description static class
PathMatcher.PrefixMatcher
static class
PathMatcher.RegexMatcher
Methods in org.nuxeo.ecm.webengine.util that return PathMatcher Modifier and Type Method Description static PathMatcher
PathMatcher. getAllMatcher()
static PathMatcher
PathMatcher. getPrefixMatcher(String prefix)
static PathMatcher
PathMatcher. getRegexMatcher(String regex)
-