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.
Currently it consists of DAV-specific extensions to the Jakarta Commons HttpClient, namely a set of methods. |
org.apache.jackrabbit.webdav.property |
Interfaces and classes related to WebDAV properties.
|
Modifier and Type | Method and Description |
---|---|
DavPropertySet |
DavResource.getProperties()
Returns all webdav properties present on this resource that will be
return upon a
DavConstants.PROPFIND_ALL_PROP request. |
DavPropertySet |
MultiStatusResponse.getProperties(int status)
Get properties present in this response for the given status code.
|
Constructor and Description |
---|
PropPatchMethod(String uri,
DavPropertySet setProperties,
DavPropertyNameSet removeProperties) |
Modifier and Type | Method and Description |
---|---|
void |
DavPropertySet.addAll(DavPropertySet pset) |
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.