org.apache.wink.webdav.server
Class WebDAVResource

java.lang.Object
  extended by org.apache.wink.webdav.server.WebDAVResource
Direct Known Subclasses:
WebDAVLockableResource

public abstract class WebDAVResource
extends java.lang.Object

Base Resource for WebDAV-enabled resources.


Constructor Summary
WebDAVResource()
           
 
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
 

Constructor Detail

WebDAVResource

public WebDAVResource()
Method Detail

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-2010 The Apache Software Foundation. All Rights Reserved.