Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.webengine.jaxrs.servlet.mapping.Path

Packages that use Path
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
 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
 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
static Path Path.EMPTY
           
static Path Path.ROOT
           
 

Methods in org.nuxeo.ecm.webengine.jaxrs.servlet.mapping that return Path
 Path Path.append(String segment)
           
 Path Path.copy()
           
 Path Path.copy(int bits)
           
 Path Path.makeAbsolute()
           
 Path Path.makeRelative()
           
 Path PathParser.parse(String path)
           
static Path Path.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
static PathMatcher PathMatcher.compile(Path path)
           
 boolean PathMatcher.matches(Path path)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.