This project has retired. For details please refer to its
Attic page.
org.apache.wink.webdav.server
Class WebDAVRootResource
java.lang.Object
org.apache.wink.server.internal.resources.RootResource
org.apache.wink.server.internal.resources.HtmlServiceDocumentResource
org.apache.wink.webdav.server.WebDAVRootResource
public class WebDAVRootResource
- extends org.apache.wink.server.internal.resources.HtmlServiceDocumentResource
Method Summary |
javax.ws.rs.core.Response |
getOptions()
|
protected SyndFeed |
getSyndFeed(java.lang.String path)
|
javax.ws.rs.core.Response |
propfind(javax.ws.rs.core.HttpHeaders headers,
java.lang.String body)
|
Methods inherited from class org.apache.wink.server.internal.resources.HtmlServiceDocumentResource |
getServiceDocumentCssPath, getServiceDocumentHtml, setServiceDocumentCssPath |
Methods inherited from class org.apache.wink.server.internal.resources.RootResource |
getCollections, getServiceDocument |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebDAVRootResource
public WebDAVRootResource()
getOptions
public javax.ws.rs.core.Response getOptions()
propfind
public javax.ws.rs.core.Response propfind(@Context
javax.ws.rs.core.HttpHeaders headers,
java.lang.String body)
throws java.io.IOException
- Throws:
java.io.IOException
getSyndFeed
protected SyndFeed getSyndFeed(java.lang.String path)
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.