| Package | Description |
|---|---|
| net.sf.webdav | |
| net.sf.webdav.methods | |
| net.sf.webdav.spi |
| Modifier and Type | Method and Description |
|---|---|
static WebdavStatus |
WebdavStatus.get(int status) |
static WebdavStatus |
WebdavStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebdavStatus[] |
WebdavStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DoDelete.deleteResource(ITransaction transaction,
String path,
Hashtable<String,WebdavStatus> errorList,
WebdavRequest req,
WebdavResponse resp)
deletes the recources at "path"
|
protected void |
AbstractMethod.sendReport(WebdavRequest req,
WebdavResponse resp,
Hashtable<String,WebdavStatus> errorList)
Send a multistatus element containing a complete error report to the
client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebdavResponse.sendError(WebdavStatus status) |
void |
WebdavResponse.sendError(WebdavStatus status,
String message) |
void |
WebdavResponse.setStatus(WebdavStatus status) |
Copyright © 2015. All Rights Reserved.