Uses of Class
org.nuxeo.ecm.webengine.jaxrs.servlet.mapping.PathMatcher
-
Packages that use PathMatcher Package Description org.nuxeo.ecm.webengine.jaxrs.servlet.config org.nuxeo.ecm.webengine.jaxrs.servlet.mapping -
-
Uses of PathMatcher in org.nuxeo.ecm.webengine.jaxrs.servlet.config
Methods in org.nuxeo.ecm.webengine.jaxrs.servlet.config that return PathMatcher Modifier and Type Method Description PathMatcher
FilterSetDescriptor. getPath()
-
Uses of PathMatcher in org.nuxeo.ecm.webengine.jaxrs.servlet.mapping
Fields in org.nuxeo.ecm.webengine.jaxrs.servlet.mapping declared as PathMatcher Modifier and Type Field Description static PathMatcher
PathMatcher. ANY
Methods in org.nuxeo.ecm.webengine.jaxrs.servlet.mapping that return PathMatcher Modifier and Type Method Description static PathMatcher
PathMatcher. compile(String path)
static PathMatcher
PathMatcher. compile(Path path)
-