Package org.nuxeo.ecm.webdav.resource
Class RootResource
- java.lang.Object
-
- org.nuxeo.ecm.webdav.resource.RootResource
-
public class RootResource extends Object
-
-
Constructor Summary
Constructors Constructor Description RootResource(javax.servlet.http.HttpServletRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
findResource(String path)
Object
getRoot()
Object
getRootOptions()
Object
getRootPropfind(javax.ws.rs.core.UriInfo uriInfo, String depth)
-
-
-
Method Detail
-
getRoot
public Object getRoot()
-
getRootOptions
public Object 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:
IOException
javax.xml.bind.JAXBException
URISyntaxException
ParserConfigurationException
SAXException
-
-