org.apache.wink.webdav.server
Class WebDAVResource
java.lang.Object
org.apache.wink.webdav.server.WebDAVResource
- Direct Known Subclasses:
- WebDAVLockableResource
public abstract class WebDAVResource
- extends Object
Base Resource for WebDAV-enabled resources.
Method Summary |
javax.ws.rs.core.Response |
getOptions(javax.ws.rs.core.UriInfo info)
Provides a default response with two additional headers for WebDAV and MS
compatibility. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebDAVResource
public WebDAVResource()
getOptions
public javax.ws.rs.core.Response getOptions(@Context
javax.ws.rs.core.UriInfo info)
- Provides a default response with two additional headers for WebDAV and MS
compatibility.
- Returns:
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.