|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wink.webdav.server.WebDAVUtils
public class WebDAVUtils
| Constructor Summary | |
|---|---|
WebDAVUtils()
|
|
| Method Summary | |
|---|---|
static 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. |
static javax.ws.rs.core.Response |
msCompatibilityLock(java.lang.String body)
This method does not perform a real lock but returns a 'dummy' lock response for compatibility with MS Windows. |
static javax.ws.rs.core.Response |
msCompatibilityUnlock()
This method does not perform a real unlock but returns a NO_CONTENT response for compatibility with MS Windows. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebDAVUtils()
| Method Detail |
|---|
public static javax.ws.rs.core.Response getOptions(javax.ws.rs.core.UriInfo info)
public static javax.ws.rs.core.Response msCompatibilityLock(java.lang.String body)
body - the lock request xml
public static javax.ws.rs.core.Response msCompatibilityUnlock()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||