| 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. |
| org.apache.jackrabbit.webdav.header | |
| org.apache.jackrabbit.webdav.lock |
Provides interfaces and classes for locking related issues.
|
| org.apache.jackrabbit.webdav.observation |
Contains interfaces and classes related to observation, which is not covered
by the WebDAV protocol.
|
| org.apache.jackrabbit.webdav.ordering |
Contains interfaces and classes used to cover the functionality defined by the
RFC 3648: Web Distributed Authoring
and Versioning (WebDAV) Ordered Collections Protocol .
|
| org.apache.jackrabbit.webdav.property |
Interfaces and classes related to WebDAV properties.
|
| org.apache.jackrabbit.webdav.search |
Contains interfaces and classes used to cover the functionality defined by the
Internet
Draft WebDAV Search.
|
| org.apache.jackrabbit.webdav.security | |
| org.apache.jackrabbit.webdav.server | |
| org.apache.jackrabbit.webdav.transaction |
Contains interfaces and classes related to transaction locks.
|
| org.apache.jackrabbit.webdav.version |
Interfaces and classes used to cover functionality defined by
RFC 3253: Versioning Extensions to WebDAV.
|
| org.apache.jackrabbit.webdav.version.report |
Report interface and inplementation for default reports defined by RFC 3253.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiStatus
MultiStatus representing the content of a multistatus response body and
allows to retrieve the Xml representation.
|
class |
MultiStatusResponse
MultiStatusResponse represents the DAV:multistatus element defined
by RFC 2518: |
class |
Status
Status encapsulating the 'status' present in multistatus
responses. |
class |
WebdavRequestImpl
WebdavRequestImpl... |
| Modifier and Type | Class and Description |
|---|---|
class |
ParentSet
ParentSet represents a DAV:parent-set property. |
| Modifier and Type | Class and Description |
|---|---|
class |
AclMethod
AclMethod... |
class |
BaselineControlMethod
BaselineControlMethod... |
class |
BindMethod
BindMethod creates a new binding to a resource. |
class |
CheckinMethod
CheckinMethod... |
class |
CheckoutMethod
CheckoutMethod... |
class |
CopyMethod
CopyMethod... |
class |
DavMethodBase
DavMethodBase... |
class |
DeleteMethod
DeleteMethod... |
class |
LabelMethod
LabelMethod... |
class |
LockMethod
LockMethod... |
class |
MergeMethod
MergeMethod... |
class |
MkActivityMethod
MkActivityMethod... |
class |
MkColMethod
MkColMethod... |
class |
MkWorkspaceMethod
MkWorkspaceMethod... |
class |
MoveMethod
MoveMethod... |
class |
OptionsMethod
OptionsMethod... |
class |
OrderPatchMethod
OrderPatchMethod... |
class |
PollMethod
PollMethod implementation. |
class |
PropFindMethod
PropFindMethod, as specified in
RFC 4918, Section 9.1 |
class |
PropPatchMethod
PropPatchMethod... |
class |
PutMethod
PutMethod... |
class |
RebindMethod
RebindMethod replaces a binding to a resource (atomic version of move). |
class |
ReportMethod
ReportMethod... |
class |
SearchMethod
SearchMethod... |
class |
SubscribeMethod
SubscribeMethod... |
class |
UnbindMethod
UnbindMethod removes a binding to a resource (semantically equivalent to delete). |
class |
UncheckoutMethod
UncheckoutMethod... |
class |
UnLockMethod
UnLockMethod... |
class |
UnSubscribeMethod
UnSubscribeMethod... |
class |
UpdateMethod
UpdateMethod... |
class |
VersionControlMethod
VersionControlMethod... |
| Modifier and Type | Class and Description |
|---|---|
class |
DepthHeader
DepthHeader... |
class |
PollTimeoutHeader
PollTimeoutHeader implements a timeout header for subscription
polling. |
class |
TimeoutHeader
TimeoutHeader... |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractActiveLock
AbstractActiveLock... |
class |
AbstractLockEntry
AbstractLockEntry provides the generic XmlSerializable.toXml(org.w3c.dom.Document) method. |
class |
DefaultActiveLock
DefaultActiveLock implements the ActiveLock interface
and represents an exclusive write lock with a random uuid lock token. |
class |
LockDiscovery
The
LockDiscovery class encapsulates the webdav lock discovery
property that is sent in the request body (PROPFIND and LOCK) and received
in a LOCK response body. |
class |
LockInfo
LockInfo is a simple utility class encapsulating the information
passed with a LOCK request. |
class |
SupportedLock
The
SupportedLock class encapsulates the lock capabilities
of a resource. |
| Modifier and Type | Class and Description |
|---|---|
class |
SubscriptionDiscovery
SubscriptionDiscovery encapsulates the 'subscriptiondiscovery'
property of a webdav resource. |
| Modifier and Type | Class and Description |
|---|---|
class |
OrderingType
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DavProperty<T>
The
Property class represents a Property of a WebDAV
resource. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDavProperty<T>
AbstractDavProperty provides generic METHODS used by various
implementations of the DavProperty interface. |
class |
DavPropertyName
The
DavPropertyName class reflects a WebDAV property name. |
class |
DavPropertyNameSet
DavPropertyNameSet represents a Set of DavPropertyName
objects. |
class |
DavPropertySet
The
DavPropertySet class represents a set of WebDAV
property. |
class |
DefaultDavProperty<T>
DefaultDavProperty... |
class |
HrefProperty
HrefProperty is an extension to the common DavProperty. |
class |
PropContainer
PropContainer... |
class |
ResourceType
The
ResourceType class represents the webdav resource
type property. |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryGrammerSet
QueryGrammerSet is a DavProperty that
encapsulates the 'supported-query-grammer-set' as defined by the
Webdav SEARCH internet draft. |
| Modifier and Type | Class and Description |
|---|---|
class |
AclProperty
AclProperty defines a protected property that specifies the list
of access control entries (ACEs). |
class |
AclRestrictionsProperty
AclRestrictionsProperty as defined by RFC 3744 Section 5.6. |
class |
CurrentUserPrivilegeSetProperty
CurrentUserPrivilegeSetProperty... |
class |
SupportedPrivilegeSetProperty
SupportedPrivilegeSetProperty defines the
SecurityConstants.SUPPORTED_PRIVILEGE_SET property, used to identify
the privileges defined for the resource. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWebdavServlet
AbstractWebdavServlet
|
| Modifier and Type | Class and Description |
|---|---|
class |
TxActiveLock
TxActiveLock represents the transaction lock present on a
TransactionResource. |
class |
TxLockEntry
TxLockEntry represents the lock entry objects allowed for
a transaction lock. |
| Modifier and Type | Class and Description |
|---|---|
class |
LabelSetProperty
LabelSetProperty... |
class |
SupportedMethodSetProperty
The
SupportedMethodSetProperty |
| Modifier and Type | Class and Description |
|---|---|
class |
SupportedReportSetProperty
SupportedReportSetProperty represents the DAV:supported-report-set
property defined by RFC 3253. |
Copyright © 2004-2017 The Apache Software Foundation. All Rights Reserved.