Uses of Package
org.apache.jackrabbit.webdav
Packages that use org.apache.jackrabbit.webdav
Package
Description
Provides classes for use with the Apache HttpClient, supporting WebDAV
request methods.
-
Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.webdavClassDescription
DavConstants
provide constants for request and response headers, XML elements and property names defined by RFC 2518.DavException
extends theException
class in order to simplify handling of exceptional situations occurring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.DavLocatorFactory
...DavResource
provides standard WebDAV functionality as specified by RFC 2518.DavResourceFactory
interface defines a single method for creatingDavResource
objects.DavResourceIterator extends theIterator
interface.DavResourceLocator
...DavServletRequest
extends the HttpServletRequest by Webdav specific METHODS.WebdavResponse
extends the HttpServletResponse by Webdav specific status codes and METHODS.DavSession
allows to pass session information between request, response and resource(s).MultiStatus representing the content of a multistatus response body and allows to retrieve the Xml representation.MultiStatusResponse
represents the DAV:multistatus element defined by RFC 2518:Status
encapsulating the 'status' present in multistatus responses.The emptyWebdavRequest
interface collects the functionality defined byDavServletRequest
encapsulating the core Webdav specification (RFC 2518) as well as the various extensions used for observation and transaction support, ordering of collections, search and versioning.The emptyWebdavResponse
interface collects the functionality defined byDavServletResponse
encapsulating for the core WebDAV specification (RFC 2518) as well as the various extensions used for observation and transaction support, ordering of collections, search and versioning. -
Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.webdav.client.methodsClassDescription
DavException
extends theException
class in order to simplify handling of exceptional situations occurring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.MultiStatus representing the content of a multistatus response body and allows to retrieve the Xml representation. -
Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.webdav.observationClassDescription
DavServletRequest
extends the HttpServletRequest by Webdav specific METHODS.WebdavResponse
extends the HttpServletResponse by Webdav specific status codes and METHODS. -
Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.webdav.orderingClassDescription
DavServletRequest
extends the HttpServletRequest by Webdav specific METHODS. -
Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.webdav.propertyClassDescription
DavConstants
provide constants for request and response headers, XML elements and property names defined by RFC 2518. -
Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.webdav.transactionClassDescription
DavServletRequest
extends the HttpServletRequest by Webdav specific METHODS. -
Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.webdav.versionClassDescription
DavServletRequest
extends the HttpServletRequest by Webdav specific METHODS.