|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OptionsInfo | |
|---|---|
| org.apache.jackrabbit.webdav | |
| org.apache.jackrabbit.webdav.client.methods | This package contains classes and utilities used to build a WebDAV client implementation. |
| org.apache.jackrabbit.webdav.version | Interfaces and classes used to cover functionality defined by RFC 3253: Versioning Extensions to WebDAV. |
| Uses of OptionsInfo in org.apache.jackrabbit.webdav |
|---|
| Methods in org.apache.jackrabbit.webdav that return OptionsInfo | |
|---|---|
OptionsInfo |
WebdavRequestImpl.getOptionsInfo()
|
| Uses of OptionsInfo in org.apache.jackrabbit.webdav.client.methods |
|---|
| Constructors in org.apache.jackrabbit.webdav.client.methods with parameters of type OptionsInfo | |
|---|---|
OptionsMethod(String uri,
OptionsInfo optionsInfo)
|
|
| Uses of OptionsInfo in org.apache.jackrabbit.webdav.version |
|---|
| Methods in org.apache.jackrabbit.webdav.version that return OptionsInfo | |
|---|---|
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. |
| Methods in org.apache.jackrabbit.webdav.version with parameters of type OptionsInfo | |
|---|---|
OptionsResponse |
DeltaVResource.getOptionResponse(OptionsInfo optionsInfo)
Retrieves the information requested in the OPTIONS request body and returns the corresponding values. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||