Package | Description |
---|---|
org.apache.jackrabbit.webdav | |
org.apache.jackrabbit.webdav.bind | |
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. |
Modifier and Type | Method and Description |
---|---|
BindInfo |
WebdavRequestImpl.getBindInfo() |
Modifier and Type | Method and Description |
---|---|
static BindInfo |
BindInfo.createFromXml(Element root)
Build an
BindInfo object from the root element present
in the request body. |
BindInfo |
BindServletRequest.getBindInfo()
Returns the
BindInfo present with the request |
Constructor and Description |
---|
BindMethod(String uri,
BindInfo info) |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.