| Package | Description |
|---|---|
| net.sf.webdav | |
| net.sf.webdav.exceptions | |
| net.sf.webdav.impl | |
| net.sf.webdav.methods | |
| net.sf.webdav.spi |
| Modifier and Type | Method and Description |
|---|---|
void |
WebdavService.service(WebdavRequest req,
WebdavResponse resp)
Handles the special WebDAV methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException |
class |
LockFailedException |
class |
ObjectAlreadyExistsException |
class |
ObjectNotFoundException |
class |
UnauthenticatedException |
| Modifier and Type | Method and Description |
|---|---|
ITransaction |
LocalFileSystemStore.begin(Principal principal) |
void |
LocalFileSystemStore.commit(ITransaction transaction) |
void |
LocalFileSystemStore.createFolder(ITransaction transaction,
String uri) |
void |
LocalFileSystemStore.createResource(ITransaction transaction,
String uri) |
String[] |
LocalFileSystemStore.getChildrenNames(ITransaction transaction,
String uri) |
InputStream |
LocalFileSystemStore.getResourceContent(ITransaction transaction,
String uri) |
long |
LocalFileSystemStore.getResourceLength(ITransaction transaction,
String uri) |
StoredObject |
LocalFileSystemStore.getStoredObject(ITransaction transaction,
String uri) |
void |
LocalFileSystemStore.removeObject(ITransaction transaction,
String uri) |
void |
LocalFileSystemStore.rollback(ITransaction transaction) |
long |
LocalFileSystemStore.setResourceContent(ITransaction transaction,
String uri,
InputStream is,
String contentType,
String characterEncoding) |
| Modifier and Type | Method and Description |
|---|---|
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"
|
protected void |
DoHead.doBody(ITransaction transaction,
WebdavResponse resp,
String path) |
void |
DoUnlock.execute(ITransaction transaction,
WebdavRequest req,
WebdavResponse resp) |
void |
DoLock.execute(ITransaction transaction,
WebdavRequest req,
WebdavResponse resp) |
void |
DoHead.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 DocumentBuilder |
AbstractMethod.getDocumentBuilder()
Return JAXP document builder instance.
|
| Modifier and Type | Method and Description |
|---|---|
ITransaction |
IWebdavStore.begin(Principal principal)
Indicates that a new request or transaction with this store involved has
been started.
|
void |
IWebdavStore.checkAuthentication(ITransaction transaction)
Checks if authentication information passed in is valid.
|
void |
IWebdavStore.commit(ITransaction transaction)
Indicates that all changes done inside this request shall be made
permanent and any transactions, connections and other temporary resources
shall be terminated.
|
void |
IWebdavStore.createFolder(ITransaction transaction,
String folderUri)
Creates a folder at the position specified by
folderUri. |
void |
IWebdavStore.createResource(ITransaction transaction,
String resourceUri)
Creates a content resource at the position specified by
resourceUri. |
String[] |
IWebdavStore.getChildrenNames(ITransaction transaction,
String folderUri)
Gets the names of the children of the folder specified by
folderUri. |
InputStream |
IWebdavStore.getResourceContent(ITransaction transaction,
String resourceUri)
Gets the content of the resource specified by
resourceUri. |
long |
IWebdavStore.getResourceLength(ITransaction transaction,
String resourceUri)
Gets the length of the content resource specified by
resourceUri. |
StoredObject |
IWebdavStore.getStoredObject(ITransaction transaction,
String uri)
Gets the storedObject specified by
uri |
void |
IWebdavStore.removeObject(ITransaction transaction,
String uri)
Removes the object specified by
uri. |
void |
IWebdavStore.rollback(ITransaction transaction)
Indicates that all changes done inside this request shall be undone and
any transactions, connections and other temporary resources shall be
terminated.
|
long |
IWebdavStore.setResourceContent(ITransaction transaction,
String resourceUri,
InputStream content,
String contentType,
String characterEncoding)
Sets / stores the content of the resource specified by
resourceUri. |
Copyright © 2006-2015. All Rights Reserved.