Uses of Interface
org.apache.jackrabbit.webdav.DavConstants
-
-
Uses of DavConstants in org.apache.jackrabbit.j2ee
Classes in org.apache.jackrabbit.j2ee that implement DavConstants Modifier and Type Class Description classJcrRemotingServletJcrRemotingServlet...classJCRWebdavServerServletJCRWebdavServerServlet provides request/response handling for the JCRWebdavServer.classSimpleWebdavServletWebdavServlet provides webdav support (level 1 and 2 complient) for repository resources. -
Uses of DavConstants in org.apache.jackrabbit.server.remoting.davex
Classes in org.apache.jackrabbit.server.remoting.davex that implement DavConstants Modifier and Type Class Description classDavexServletServiceclassJcrRemotingServletJcrRemotingServletis an extended version of theJCR Remoting Servletthat provides improved Batch read Batch write functionality and supports cross workspace copy and cloning. -
Uses of DavConstants in org.apache.jackrabbit.spi2dav
Classes in org.apache.jackrabbit.spi2dav that implement DavConstants Modifier and Type Class Description classRepositoryServiceImplRepositoryServiceImpl... -
Uses of DavConstants in org.apache.jackrabbit.spi2davex
Classes in org.apache.jackrabbit.spi2davex that implement DavConstants Modifier and Type Class Description classRepositoryServiceImplRepositoryServiceImpl... -
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.jcr
Classes in org.apache.jackrabbit.webdav.jcr that implement DavConstants Modifier and Type Class Description classJCRWebdavServerServletJCRWebdavServerServlet 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 Modifier and Type Class Description classJcrActiveLockJcrActiveLockwraps aJCR lockobject.classSessionScopedLockEntrySessionScopedLockEntryrepresents 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 Modifier and Type Class Description classNodeTypePropertyNodeTypeProperty... -
Uses of DavConstants in org.apache.jackrabbit.webdav.jcr.property
Classes in org.apache.jackrabbit.webdav.jcr.property that implement DavConstants Modifier and Type Class Description classLengthsPropertyLengthsPropertyextendsDavPropertyproviding utilities to handle the multiple lengths of the property item represented by this resource.classNamespacesPropertyNamespacesProperty...classValuesPropertyValuesPropertyimplementsDavPropertyproviding utilities to handle the value(s) of a JCR property item resource. -
Uses of DavConstants in org.apache.jackrabbit.webdav.jcr.search
Classes in org.apache.jackrabbit.webdav.jcr.search that implement DavConstants Modifier and Type Class Description classSearchResultPropertySearchResultProperty... -
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.simple
Classes in org.apache.jackrabbit.webdav.simple that implement DavConstants Modifier and Type Class Description classSimpleWebdavServlet -
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.
-