Package org.nuxeo.ecm.webdav.resource
Class RootResource
java.lang.Object
org.nuxeo.ecm.webdav.resource.RootResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindResource(String path) getRoot()getRootPropfind(javax.ws.rs.core.UriInfo uriInfo, String depth)
-
Constructor Details
-
RootResource
public RootResource(@Context javax.servlet.http.HttpServletRequest request)
-
-
Method Details
-
getRoot
-
getRootOptions
-
getRootPropfind
public Object getRootPropfind(@Context javax.ws.rs.core.UriInfo uriInfo, @HeaderParam("depth") String depth) throws IOException, javax.xml.bind.JAXBException, URISyntaxException, ParserConfigurationException, SAXException - Throws:
IOExceptionjavax.xml.bind.JAXBExceptionURISyntaxExceptionParserConfigurationExceptionSAXException
-
findResource
-