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 boolean
FilterSet. 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 boolean
FilterSetDescriptor. 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 Path
Path. EMPTY
static Path
Path. ROOT
Methods in org.nuxeo.ecm.webengine.jaxrs.servlet.mapping that return Path Modifier and Type Method Description Path
Path. append(String segment)
Path
Path. copy()
Path
Path. copy(int bits)
Path
Path. makeAbsolute()
Path
Path. makeRelative()
static Path
Path. parse(String path)
Path
PathParser. parse(String path)
Path
PathParser. parse(String path, int userBits)
Path
Path. removeLastSegment()
Path
Path. removeLastSegments(int i)
Path
Path. removeTrailingSlash()
Methods in org.nuxeo.ecm.webengine.jaxrs.servlet.mapping with parameters of type Path Modifier and Type Method Description static PathMatcher
PathMatcher. compile(Path path)
boolean
PathMatcher. matches(Path path)
-