Uses of Interface
org.apache.jackrabbit.webdav.DavConstants

Packages that use DavConstants
org.apache.jackrabbit.webdav   
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.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. 
 

Uses of DavConstants in org.apache.jackrabbit.webdav
 

Classes in org.apache.jackrabbit.webdav that implement DavConstants
 class MultiStatus
          MultiStatus representing the content of a multistatus response body and allows to retrieve the Xml representation.
 class MultiStatusResponse
          Response...
 class Status
          Status encapsulating the 'status' present in multistatus responses.
 class WebdavRequestImpl
          WebdavRequestImpl...
 

Uses of DavConstants in org.apache.jackrabbit.webdav.header
 

Classes in org.apache.jackrabbit.webdav.header that implement DavConstants
 class DepthHeader
          DepthHeader...
 class TimeoutHeader
          TimeoutHeader...
 

Uses of DavConstants in org.apache.jackrabbit.webdav.lock
 

Classes in org.apache.jackrabbit.webdav.lock that implement DavConstants
 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 capabilties of a resource.
 

Uses of DavConstants in org.apache.jackrabbit.webdav.observation
 

Classes in org.apache.jackrabbit.webdav.observation that implement DavConstants
 class SubscriptionDiscovery
          SubscriptionDiscovery encapsulates the 'subscriptiondiscovery' property of a webdav resource.
 

Uses of DavConstants in org.apache.jackrabbit.webdav.ordering
 

Classes in org.apache.jackrabbit.webdav.ordering that implement DavConstants
 class OrderingType
          OrderingType represents the DAV:ordering-type property as defined by RFC 3648.
 

Uses of DavConstants in org.apache.jackrabbit.webdav.property
 

Subinterfaces of DavConstants in org.apache.jackrabbit.webdav.property
 interface DavProperty
          The Property class represents a Property of a WebDAV resource.
 

Classes in org.apache.jackrabbit.webdav.property that implement DavConstants
 class AbstractDavProperty
          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
          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.
 

Uses of DavConstants in org.apache.jackrabbit.webdav.search
 

Classes in org.apache.jackrabbit.webdav.search that implement DavConstants
 class QueryGrammerSet
          QueryGrammerSet is a DavProperty that encapsulates the 'supported-query-grammer-set' as defined by the Webdav SEARCH internet draft.
 

Uses of DavConstants in org.apache.jackrabbit.webdav.transaction
 

Classes in org.apache.jackrabbit.webdav.transaction that implement DavConstants
 class TxActiveLock
          TxActiveLock represents the transaction lock present on a TransactionResource.
 class TxLockEntry
          TxLockEntry represents the lock entry objects allowed for a transaction lock.
 

Uses of DavConstants in org.apache.jackrabbit.webdav.version
 

Classes in org.apache.jackrabbit.webdav.version that implement DavConstants
 class LabelSetProperty
          LabelSetProperty...
 class SupportedMethodSetProperty
          The SupportedMethodSetProperty
 

Uses of DavConstants in org.apache.jackrabbit.webdav.version.report
 

Classes in org.apache.jackrabbit.webdav.version.report that implement DavConstants
 class SupportedReportSetProperty
          SupportedReportSetProperty represents the DAV:supported-report-set property defined by RFC 3253.
 



Copyright © 2005-2006 . All Rights Reserved.