Package | Description |
---|---|
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.simple | |
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 |
---|---|
OptionsInfo |
WebdavRequestImpl.getOptionsInfo() |
Constructor and Description |
---|
OptionsMethod(String uri,
OptionsInfo optionsInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OptionsResponse |
DeltaVResourceImpl.getOptionResponse(OptionsInfo optionsInfo) |
Modifier and Type | Method and Description |
---|---|
static OptionsInfo |
OptionsInfo.createFromXml(Element optionsElement)
Build an
OptionsInfo object from the root element present
in the request body. |
OptionsInfo |
DeltaVServletRequest.getOptionsInfo()
Returns the
OptionsInfo present with the request or null . |
Modifier and Type | Method and Description |
---|---|
OptionsResponse |
DeltaVResource.getOptionResponse(OptionsInfo optionsInfo)
Retrieves the information requested in the OPTIONS request body and
returns the corresponding values.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.