Uses of Class
org.nuxeo.ecm.webengine.jaxrs.servlet.mapping.Path
-
Packages that use Path Package Description org.nuxeo.ecm.webengine.jaxrs.servlet org.nuxeo.ecm.webengine.jaxrs.servlet.config org.nuxeo.ecm.webengine.jaxrs.servlet.mapping -
-
Uses of Path in org.nuxeo.ecm.webengine.jaxrs.servlet
Methods in org.nuxeo.ecm.webengine.jaxrs.servlet with parameters of type Path Modifier and Type Method Description booleanFilterSet. matches(Path pathInfo) -
Uses of Path in org.nuxeo.ecm.webengine.jaxrs.servlet.config
Methods in org.nuxeo.ecm.webengine.jaxrs.servlet.config with parameters of type Path Modifier and Type Method Description booleanFilterSetDescriptor. matches(Path pathInfo) -
Uses of Path in org.nuxeo.ecm.webengine.jaxrs.servlet.mapping
Fields in org.nuxeo.ecm.webengine.jaxrs.servlet.mapping declared as Path Modifier and Type Field Description static PathPath. EMPTYstatic PathPath. ROOTMethods in org.nuxeo.ecm.webengine.jaxrs.servlet.mapping that return Path Modifier and Type Method Description PathPath. append(String segment)PathPath. copy()PathPath. copy(int bits)PathPath. makeAbsolute()PathPath. makeRelative()static PathPath. parse(String path)PathPathParser. parse(String path)PathPathParser. parse(String path, int userBits)PathPath. removeLastSegment()PathPath. removeLastSegments(int i)PathPath. removeTrailingSlash()Methods in org.nuxeo.ecm.webengine.jaxrs.servlet.mapping with parameters of type Path Modifier and Type Method Description static PathMatcherPathMatcher. compile(Path path)booleanPathMatcher. matches(Path path)
-