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

Packages that use DavConstants
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.bind   
org.apache.jackrabbit.webdav.client.methods   
org.apache.jackrabbit.webdav.header   
org.apache.jackrabbit.webdav.jcr   
org.apache.jackrabbit.webdav.jcr.lock   
org.apache.jackrabbit.webdav.jcr.nodetype   
org.apache.jackrabbit.webdav.jcr.property   
org.apache.jackrabbit.webdav.jcr.search   
org.apache.jackrabbit.webdav.lock   
org.apache.jackrabbit.webdav.observation   
org.apache.jackrabbit.webdav.ordering   
org.apache.jackrabbit.webdav.property   
org.apache.jackrabbit.webdav.search   
org.apache.jackrabbit.webdav.security   
org.apache.jackrabbit.webdav.server   
org.apache.jackrabbit.webdav.simple   
org.apache.jackrabbit.webdav.transaction   
org.apache.jackrabbit.webdav.version   
org.apache.jackrabbit.webdav.version.report   
 

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
          MultiStatusResponse represents the DAV:multistatus element defined by RFC 2518: <!
 class Status
          Status encapsulating the 'status' present in multistatus responses.
 class WebdavRequestImpl
          WebdavRequestImpl...
 

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

Classes in org.apache.jackrabbit.webdav.bind that implement DavConstants
 class ParentSet
          ParentSet represents a DAV:parent-set property.
 

Uses of DavConstants in org.apache.jackrabbit.webdav.client.methods
 

Classes in org.apache.jackrabbit.webdav.client.methods that implement DavConstants
 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 imple
 class PropFindMethod
          PropFindMethod, as specified in RFC 4918, Section 9.1 Supported types: PROPFIND_ALL_PROP: all custom properties, plus the live properties defined in RFC2518/RFC4918 PROPFIND_ALL_PROP_INCLUDE: same as PROPFIND_ALL_PROP plus the properties specified in propNameSet PROPFIND_BY_PROPERTY: just the properties specified in propNameSet PROPFIND_PROPERTY_NAMES: just the property names Note: only WebDAV level 3 servers support PROPFIND_ALL_PROP_INCLUDE, older servers will ignore the extension and act as if PROPFIND_ALL_PROP was used.
 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...
 

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

Classes in org.apache.jackrabbit.webdav.header that implement DavConstants
 class DepthHeader
          DepthHeader...
 class PollTimeoutHeader
          PollTimeoutHeader implements a timeout header for subscription polling.
 class TimeoutHeader
          TimeoutHeader...
 

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

Classes in org.apache.jackrabbit.webdav.jcr that implement DavConstants
 class JCRWebdavServerServlet
          JCRWebdavServerServlet provides request/response handling for the JCRWebdavServer.
 

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

Classes in org.apache.jackrabbit.webdav.jcr.lock that implement DavConstants
 class JcrActiveLock
          JcrActiveLock wraps a JCR lock object.
 class SessionScopedLockEntry
          SessionScopedLockEntry represents the 'session-scoped' write lock as defined by JCR.
 

Uses of DavConstants in org.apache.jackrabbit.webdav.jcr.nodetype
 

Classes in org.apache.jackrabbit.webdav.jcr.nodetype that implement DavConstants
 class NodeTypeProperty
          NodeTypeProperty...
 

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

Classes in org.apache.jackrabbit.webdav.jcr.property that implement DavConstants
 class LengthsProperty
          LengthsProperty extends DavProperty providing utilities to handle the multiple lengths of the property item represented by this resource.
 class NamespacesProperty
          NamespacesProperty...
 class ValuesProperty
          ValuesProperty extends DavProperty providing utilities to handle the multiple values of the property item represented by this resource.
 

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

Classes in org.apache.jackrabbit.webdav.jcr.search that implement DavConstants
 class SearchResultProperty
          SearchResultProperty...
 

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.security
 

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

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

Classes in org.apache.jackrabbit.webdav.server that implement DavConstants
 class AbstractWebdavServlet
          AbstractWebdavServlet

 

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

Classes in org.apache.jackrabbit.webdav.simple that implement DavConstants
 class SimpleWebdavServlet
          WebdavServlet provides webdav support (level 1 and 2 complient) for repository resources.
 

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 © 2004-2008 The Apache Software Foundation. All Rights Reserved.