Nuxeo Filesystem Connectors 5.5-SNAPSHOT

org.nuxeo.ecm.webdav.resource
Class RootResource

java.lang.Object
  extended by org.nuxeo.ecm.webdav.resource.RootResource

public class RootResource
extends Object


Constructor Summary
RootResource(HttpServletRequest request)
           
 
Method Summary
 Object findResource(String path)
           
 Object getRoot()
           
 Object getRootOptions()
           
 Object getRootPropfind(UriInfo uriInfo, String depth)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootResource

public RootResource(@Context
                    HttpServletRequest request)
             throws Exception
Throws:
Exception
Method Detail

getRoot

public Object getRoot()
               throws Exception
Throws:
Exception

getRootOptions

public Object getRootOptions()
                      throws Exception
Throws:
Exception

getRootPropfind

public Object getRootPropfind(@Context
                              UriInfo uriInfo,
                              @HeaderParam(value="depth")
                              String depth)
                       throws Exception
Throws:
Exception

findResource

public Object findResource(String path)
                    throws Exception
Throws:
Exception

Nuxeo Filesystem Connectors 5.5-SNAPSHOT

Copyright © 2011 Nuxeo SA. All Rights Reserved.