| Package | Description |
|---|---|
| org.apache.jackrabbit.webdav | |
| org.apache.jackrabbit.webdav.client.methods |
This package contains classes and utilities used to build a WebDAV client
implementation.
|
| org.apache.jackrabbit.webdav.search |
Contains interfaces and classes used to cover the functionality defined by the
Internet
Draft WebDAV Search.
|
| org.apache.jackrabbit.webdav.version |
Interfaces and classes used to cover functionality defined by
RFC 3253: Versioning Extensions to WebDAV.
|
| Modifier and Type | Method and Description |
|---|---|
static MultiStatus |
MultiStatus.createFromXml(Element multistatusElement)
Build a
MultiStatus from the specified xml element. |
| Modifier and Type | Method and Description |
|---|---|
void |
WebdavResponseImpl.sendMultiStatus(MultiStatus multistatus)
Send a multistatus response.
|
void |
DavServletResponse.sendMultiStatus(MultiStatus multistatus)
Send the multistatus response to the client.
|
| Modifier and Type | Method and Description |
|---|---|
MultiStatus |
DavMethodBase.getResponseBodyAsMultiStatus() |
MultiStatus |
DavMethod.getResponseBodyAsMultiStatus()
Return the response body as
MultiStatus object. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PropPatchMethod.processMultiStatusBody(MultiStatus multiStatus,
org.apache.commons.httpclient.HttpState httpState,
org.apache.commons.httpclient.HttpConnection httpConnection) |
protected void |
DavMethodBase.processMultiStatusBody(MultiStatus multiStatus,
org.apache.commons.httpclient.HttpState httpState,
org.apache.commons.httpclient.HttpConnection httpConnection)
This method is invoked during the
DavMethodBase.processResponseBody(HttpState, HttpConnection),
which in this implementation parses the response body into a MultiStatus
object if the status code indicates 207 (MultiStatus). |
| Modifier and Type | Method and Description |
|---|---|
MultiStatus |
SearchResource.search(SearchInfo sInfo)
Runs a search with the language and query defined in the
SearchInfo
object specified and returns a MultiStatus object listing the
results. |
| Modifier and Type | Method and Description |
|---|---|
MultiStatus |
VersionControlledResource.merge(MergeInfo mergeInfo)
Perform a merge on this resource using the specified
MergeInfo. |
MultiStatus |
VersionControlledResource.update(UpdateInfo updateInfo)
Perform an update on this resource using the specified
UpdateInfo. |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.