Uses of Interface
org.apache.jackrabbit.webdav.DavConstants
-
-
Uses of DavConstants in org.apache.jackrabbit.webdav
Classes in org.apache.jackrabbit.webdav that implement DavConstants Modifier and Type Class Description classMultiStatusMultiStatus representing the content of a multistatus response body and allows to retrieve the Xml representation.classMultiStatusResponseMultiStatusResponserepresents the DAV:multistatus element defined by RFC 2518:classStatusStatusencapsulating the 'status' present in multistatus responses.classWebdavRequestImplWebdavRequestImpl... -
Uses of DavConstants in org.apache.jackrabbit.webdav.bind
Classes in org.apache.jackrabbit.webdav.bind that implement DavConstants Modifier and Type Class Description classParentSetParentSetrepresents a DAV:parent-set property. -
Uses of DavConstants in org.apache.jackrabbit.webdav.header
Classes in org.apache.jackrabbit.webdav.header that implement DavConstants Modifier and Type Class Description classDepthHeaderDepthHeader...classPollTimeoutHeaderPollTimeoutHeaderimplements a timeout header for subscription polling.classTimeoutHeaderTimeoutHeader... -
Uses of DavConstants in org.apache.jackrabbit.webdav.lock
Classes in org.apache.jackrabbit.webdav.lock that implement DavConstants Modifier and Type Class Description classAbstractActiveLockAbstractActiveLock...classAbstractLockEntryAbstractLockEntryprovides the genericXmlSerializable.toXml(org.w3c.dom.Document)method.classDefaultActiveLockDefaultActiveLockimplements theActiveLockinterface and represents an exclusive write lock with a random uuid lock token.classLockDiscoveryTheLockDiscoveryclass encapsulates the webdav lock discovery property that is sent in the request body (PROPFIND and LOCK) and received in a LOCK response body.classLockInfoLockInfois a simple utility class encapsulating the information passed with a LOCK request.classSupportedLockTheSupportedLockclass encapsulates the lock capabilities of a resource. -
Uses of DavConstants in org.apache.jackrabbit.webdav.observation
Classes in org.apache.jackrabbit.webdav.observation that implement DavConstants Modifier and Type Class Description classSubscriptionDiscoverySubscriptionDiscoveryencapsulates 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 Modifier and Type Class Description classOrderingType -
Uses of DavConstants in org.apache.jackrabbit.webdav.property
Subinterfaces of DavConstants in org.apache.jackrabbit.webdav.property Modifier and Type Interface Description interfaceDavProperty<T>ThePropertyclass represents a Property of a WebDAV resource.Classes in org.apache.jackrabbit.webdav.property that implement DavConstants Modifier and Type Class Description classAbstractDavProperty<T>AbstractDavPropertyprovides generic METHODS used by various implementations of theDavPropertyinterface.classDavPropertyNameTheDavPropertyNameclass reflects a WebDAV property name.classDavPropertyNameSetDavPropertyNameSetrepresents a Set ofDavPropertyNameobjects.classDavPropertySetTheDavPropertySetclass represents a set of WebDAV property.classDefaultDavProperty<T>DefaultDavProperty...classHrefPropertyHrefPropertyis an extension to the commonDavProperty.classPropContainerPropContainer...classResourceTypeTheResourceTypeclass 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 Modifier and Type Class Description classQueryGrammerSetQueryGrammerSetis aDavPropertythat 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 Modifier and Type Class Description classAclPropertyAclPropertydefines a protected property that specifies the list of access control entries (ACEs).classAclRestrictionsPropertyAclRestrictionsPropertyas defined by RFC 3744 Section 5.6.classCurrentUserPrivilegeSetPropertyCurrentUserPrivilegeSetProperty...classSupportedPrivilegeSetPropertySupportedPrivilegeSetPropertydefines theSecurityConstants.SUPPORTED_PRIVILEGE_SETproperty, 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 Modifier and Type Class Description classAbstractWebdavServletAbstractWebdavServlet -
Uses of DavConstants in org.apache.jackrabbit.webdav.transaction
Classes in org.apache.jackrabbit.webdav.transaction that implement DavConstants Modifier and Type Class Description classTxActiveLockTxActiveLockrepresents the transaction lock present on aTransactionResource.classTxLockEntryTxLockEntryrepresents 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 Modifier and Type Class Description classLabelSetPropertyLabelSetProperty...classSupportedMethodSetPropertyTheSupportedMethodSetProperty -
Uses of DavConstants in org.apache.jackrabbit.webdav.version.report
Classes in org.apache.jackrabbit.webdav.version.report that implement DavConstants Modifier and Type Class Description classSupportedReportSetPropertySupportedReportSetPropertyrepresents the DAV:supported-report-set property defined by RFC 3253.
-