| Package | Description |
|---|---|
| org.apache.jackrabbit.spi2dav | |
| 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.
|
| org.apache.jackrabbit.webdav.simple |
| Constructor and Description |
|---|
NodeInfoImpl(NodeId id,
DavPropertySet propSet,
NamePathResolver resolver) |
PropertyInfoImpl(PropertyId id,
DavPropertySet propSet,
NamePathResolver resolver,
javax.jcr.ValueFactory valueFactory,
QValueFactory qValueFactory) |
| 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) |
| Constructor and Description |
|---|
ProppatchInfo(DavPropertySet setProperties,
DavPropertyNameSet removeProperties) |
| Modifier and Type | Field and Description |
|---|---|
protected DavPropertySet |
DavResourceImpl.properties |
| Modifier and Type | Method and Description |
|---|---|
DavPropertySet |
DavResourceImpl.getProperties() |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.