| Package | Description |
|---|---|
| net.sf.webdav.locking | |
| net.sf.webdav.methods |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceLocks
simple locking management for concurrent data access, NOT the webdav locking
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractMethod.checkLocks(ITransaction transaction,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
IResourceLocks resourceLocks,
String path)
Checks if locks on resources at the given path exists and if so checks
the If-Header to make sure the If-Header corresponds to the locked
resource.
|
| Constructor and Description |
|---|
DoLock(IWebdavStore store,
IResourceLocks resourceLocks,
boolean readOnly) |
DoMkcol(IWebdavStore store,
IResourceLocks resourceLocks,
boolean readOnly) |
DoPut(IWebdavStore store,
IResourceLocks resLocks,
boolean readOnly,
boolean lazyFolderCreationOnPut) |
DoUnlock(IWebdavStore store,
IResourceLocks resourceLocks,
boolean readOnly) |
Copyright © 2011-2013. All Rights Reserved.