Package | Description |
---|---|
org.apache.jackrabbit.spi2dav | |
org.apache.jackrabbit.webdav | |
org.apache.jackrabbit.webdav.client.methods |
Provides classes for use with the Apache HttpClient, supporting WebDAV
request 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,
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 |
---|
HttpProppatch(String uri,
DavPropertySet setProperties,
DavPropertyNameSet removeProperties) |
HttpProppatch(URI 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–2024 The Apache Software Foundation. All rights reserved.