| org.skunk.dav.client.AbstractWriteDAVMethod org.skunk.dav.client.method.PropPatchMethod
getLockToken | public String getLockToken()(Code) | | accesses the locktoken property set with the setLockToken() method.
|
processRequestBody | public void processRequestBody()(Code) | | |
processRequestHeaders | public void processRequestHeaders()(Code) | | |
setLockToken | public void setLockToken(String lockToken)(Code) | | convenience method for the case when there is only one
lock token; for more flexibility, create an IfHeader.
Note that using this will create a new IfHeader at request header
processing time, destroying any IfHeader that has been manually
created!! This method exists solely for backwards compatibility;
it will probably be deprecated in the future.
|
|
|