| Package | Description |
|---|---|
| net.sf.webdav | |
| net.sf.webdav.methods |
| Modifier and Type | Method and Description |
|---|---|
void |
WebdavService.service(WebdavRequest req,
WebdavResponse resp)
Handles the special WebDAV methods.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractMethod.checkLocks(ITransaction transaction,
WebdavRequest req,
WebdavResponse 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.
|
boolean |
DoCopy.copyResource(ITransaction transaction,
WebdavRequest req,
WebdavResponse resp)
Copy a resource.
|
void |
DoDelete.deleteResource(ITransaction transaction,
String path,
Hashtable<String,WebdavStatus> errorList,
WebdavRequest req,
WebdavResponse resp)
deletes the recources at "path"
|
void |
DoUnlock.execute(ITransaction transaction,
WebdavRequest req,
WebdavResponse resp) |
void |
DoPropfind.execute(ITransaction transaction,
WebdavRequest req,
WebdavResponse resp) |
void |
DoPut.execute(ITransaction transaction,
WebdavRequest req,
WebdavResponse resp) |
void |
DoProppatch.execute(ITransaction transaction,
WebdavRequest req,
WebdavResponse resp) |
void |
DoLock.execute(ITransaction transaction,
WebdavRequest req,
WebdavResponse resp) |
void |
DoOptions.execute(ITransaction transaction,
WebdavRequest req,
WebdavResponse resp) |
void |
DoHead.execute(ITransaction transaction,
WebdavRequest req,
WebdavResponse resp) |
void |
DoCopy.execute(ITransaction transaction,
WebdavRequest req,
WebdavResponse resp) |
void |
DoDelete.execute(ITransaction transaction,
WebdavRequest req,
WebdavResponse resp) |
void |
DoMove.execute(ITransaction transaction,
WebdavRequest req,
WebdavResponse resp) |
void |
DoMkcol.execute(ITransaction transaction,
WebdavRequest req,
WebdavResponse resp) |
void |
DoNotImplemented.execute(ITransaction transaction,
WebdavRequest req,
WebdavResponse resp) |
void |
WebdavMethod.execute(ITransaction transaction,
WebdavRequest req,
WebdavResponse resp) |
protected void |
DoGet.folderBody(ITransaction transaction,
String path,
WebdavResponse resp,
WebdavRequest req) |
protected void |
DoHead.folderBody(ITransaction transaction,
String path,
WebdavResponse resp,
WebdavRequest req) |
protected int |
AbstractMethod.getDepth(WebdavRequest req)
reads the depth header from the request and returns it as a int
|
protected String |
DoGet.getFooter(ITransaction transaction,
String path,
WebdavResponse resp,
WebdavRequest req)
Return the footer to be displayed after the folder content
|
protected String |
DoGet.getHeader(ITransaction transaction,
String path,
WebdavResponse resp,
WebdavRequest req)
Return the header to be displayed in front of the folder content
|
protected String[] |
AbstractMethod.getLockIdFromIfHeader(WebdavRequest req) |
protected String |
AbstractMethod.getLockIdFromLockTokenHeader(WebdavRequest req) |
protected String |
AbstractMethod.getRelativePath(WebdavRequest request)
Return the relative path associated with this servlet.
|
protected void |
AbstractMethod.sendReport(WebdavRequest req,
WebdavResponse resp,
Hashtable<String,WebdavStatus> errorList)
Send a multistatus element containing a complete error report to the
client.
|
Copyright © 2006-2015. All Rights Reserved.