Uses of Package
org.apache.jackrabbit.webdav

Packages that use org.apache.jackrabbit.webdav
org.apache.jackrabbit.server.io The jackrabbit webdav server uses the classes defined in this package in order to perform import and export operations in order to respond to PUT, MKCOL, PROPPATCH and PROPFIND, GET, HEAD requests, respectively. 
org.apache.jackrabbit.server.jcr   
org.apache.jackrabbit.server.remoting.davex   
org.apache.jackrabbit.spi2dav   
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.bind   
org.apache.jackrabbit.webdav.client.methods This package contains classes and utilities used to build a WebDAV client implementation.
Currently it consists of DAV-specific extensions to the Jakarta Commons HttpClient, namely a set of methods. 
org.apache.jackrabbit.webdav.header   
org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations. 
org.apache.jackrabbit.webdav.jcr.lock   
org.apache.jackrabbit.webdav.jcr.nodetype   
org.apache.jackrabbit.webdav.jcr.observation   
org.apache.jackrabbit.webdav.jcr.property   
org.apache.jackrabbit.webdav.jcr.search   
org.apache.jackrabbit.webdav.jcr.transaction   
org.apache.jackrabbit.webdav.jcr.version Contains JCR specific implementations for the following interfaces: VersionableResource VersionControlledResource VersionResource VersionHistoryResource  
org.apache.jackrabbit.webdav.jcr.version.report Contains JCR specific reports. 
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.security   
org.apache.jackrabbit.webdav.security.report   
org.apache.jackrabbit.webdav.server   
org.apache.jackrabbit.webdav.simple   
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. 
 

Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.server.io
DavResource
          DavResource provides standard WebDAV functionality as specified by RFC 2518.
 

Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.server.jcr
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
DavSessionProvider
          DavSessionProvider is an interface for components that can initiate and complete DavSessions.
WebdavRequest
          The empty WebdavRequest interface collects the functionality defined by DavServletRequest encapsulting 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.server.remoting.davex
DavConstants
          DavConstants provide constants for request and response headers, XML elements and property names defined by RFC 2518.
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
DavResource
          DavResource provides standard WebDAV functionality as specified by RFC 2518.
DavResourceFactory
          DavResourceFactory interface defines a single method for creating DavResource objects.
WebdavRequest
          The empty WebdavRequest interface collects the functionality defined by DavServletRequest encapsulting the core Webdav specification (RFC 2518) as well as the various extensions used for observation and transaction support, ordering of collections, search and versioning.
WebdavResponse
          The empty WebdavResponse interface collects the functionality defined by DavServletResponse encapsulting 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.spi2dav
DavConstants
          DavConstants provide constants for request and response headers, XML elements and property names defined by RFC 2518.
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
MultiStatus
          MultiStatus representing the content of a multistatus response body and allows to retrieve the Xml representation.
MultiStatusResponse
          MultiStatusResponse represents the DAV:multistatus element defined by RFC 2518:
 

Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.webdav
DavConstants
          DavConstants provide constants for request and response headers, XML elements and property names defined by RFC 2518.
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
DavLocatorFactory
          DavLocatorFactory...
DavResource
          DavResource provides standard WebDAV functionality as specified by RFC 2518.
DavResourceFactory
          DavResourceFactory interface defines a single method for creating DavResource objects.
DavResourceIterator
          DavResourceIterator extends the Iterator interface.
DavResourceLocator
          DavResourceLocator...
DavServletRequest
          DavServletRequest extends the HttpServletRequest by Webdav specific METHODS.
DavServletResponse
          WebdavResponse extends the HttpServletResponse by Webdav specific status codes and METHODS.
DavSession
          DavSession allows to pass session information between request, response and resource(s).
MultiStatus
          MultiStatus representing the content of a multistatus response body and allows to retrieve the Xml representation.
MultiStatusResponse
          MultiStatusResponse represents the DAV:multistatus element defined by RFC 2518:
Status
          Status encapsulating the 'status' present in multistatus responses.
WebdavRequest
          The empty WebdavRequest interface collects the functionality defined by DavServletRequest encapsulting the core Webdav specification (RFC 2518) as well as the various extensions used for observation and transaction support, ordering of collections, search and versioning.
WebdavResponse
          The empty WebdavResponse interface collects the functionality defined by DavServletResponse encapsulting 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.bind
DavConstants
          DavConstants provide constants for request and response headers, XML elements and property names defined by RFC 2518.
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
DavResource
          DavResource provides standard WebDAV functionality as specified by RFC 2518.
DavResourceLocator
          DavResourceLocator...
 

Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.webdav.client.methods
DavConstants
          DavConstants provide constants for request and response headers, XML elements and property names defined by RFC 2518.
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
MultiStatus
          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.header
DavConstants
          DavConstants provide constants for request and response headers, XML elements and property names defined by RFC 2518.
WebdavRequest
          The empty WebdavRequest interface collects the functionality defined by DavServletRequest encapsulting 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.jcr
AbstractLocatorFactory
          AbstractLocatorFactory is an implementation of the DavLocatorFactory interface that defines how a given uri is split to workspace path an resource path and how it's implementation of DavResourceLocator builds the href.
DavConstants
          DavConstants provide constants for request and response headers, XML elements and property names defined by RFC 2518.
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
DavLocatorFactory
          DavLocatorFactory...
DavResource
          DavResource provides standard WebDAV functionality as specified by RFC 2518.
DavResourceFactory
          DavResourceFactory interface defines a single method for creating DavResource objects.
DavResourceIterator
          DavResourceIterator extends the Iterator interface.
DavResourceLocator
          DavResourceLocator...
DavServletRequest
          DavServletRequest extends the HttpServletRequest by Webdav specific METHODS.
DavServletResponse
          WebdavResponse extends the HttpServletResponse by Webdav specific status codes and METHODS.
DavSession
          DavSession allows to pass session information between request, response and resource(s).
DavSessionProvider
          DavSessionProvider is an interface for components that can initiate and complete DavSessions.
MultiStatus
          MultiStatus representing the content of a multistatus response body and allows to retrieve the Xml representation.
MultiStatusResponse
          MultiStatusResponse represents the DAV:multistatus element defined by RFC 2518:
WebdavRequest
          The empty WebdavRequest interface collects the functionality defined by DavServletRequest encapsulting 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.jcr.lock
DavConstants
          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.jcr.nodetype
DavConstants
          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.jcr.observation
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
 

Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.webdav.jcr.property
DavConstants
          DavConstants provide constants for request and response headers, XML elements and property names defined by RFC 2518.
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
 

Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.webdav.jcr.search
DavConstants
          DavConstants provide constants for request and response headers, XML elements and property names defined by RFC 2518.
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
DavResourceLocator
          DavResourceLocator...
MultiStatus
          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.jcr.transaction
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
DavResource
          DavResource provides standard WebDAV functionality as specified by RFC 2518.
 

Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.webdav.jcr.version
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
DavResource
          DavResource provides standard WebDAV functionality as specified by RFC 2518.
DavResourceFactory
          DavResourceFactory interface defines a single method for creating DavResource objects.
DavResourceLocator
          DavResourceLocator...
 

Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.webdav.jcr.version.report
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
DavResource
          DavResource provides standard WebDAV functionality as specified by RFC 2518.
 

Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.webdav.lock
DavConstants
          DavConstants provide constants for request and response headers, XML elements and property names defined by RFC 2518.
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
DavResource
          DavResource provides standard WebDAV functionality as specified by RFC 2518.
 

Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.webdav.observation
DavConstants
          DavConstants provide constants for request and response headers, XML elements and property names defined by RFC 2518.
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
DavResource
          DavResource provides standard WebDAV functionality as specified by RFC 2518.
DavServletRequest
          DavServletRequest extends the HttpServletRequest by Webdav specific METHODS.
DavServletResponse
          WebdavResponse extends the HttpServletResponse by Webdav specific status codes and METHODS.
 

Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.webdav.ordering
DavConstants
          DavConstants provide constants for request and response headers, XML elements and property names defined by RFC 2518.
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
DavResource
          DavResource provides standard WebDAV functionality as specified by RFC 2518.
DavServletRequest
          DavServletRequest extends the HttpServletRequest by Webdav specific METHODS.
 

Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.webdav.property
DavConstants
          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.search
DavConstants
          DavConstants provide constants for request and response headers, XML elements and property names defined by RFC 2518.
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
MultiStatus
          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.security
DavConstants
          DavConstants provide constants for request and response headers, XML elements and property names defined by RFC 2518.
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
DavResource
          DavResource provides standard WebDAV functionality as specified by RFC 2518.
 

Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.webdav.security.report
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
DavResource
          DavResource provides standard WebDAV functionality as specified by RFC 2518.
MultiStatusResponse
          MultiStatusResponse represents the DAV:multistatus element defined by RFC 2518:
 

Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.webdav.server
DavConstants
          DavConstants provide constants for request and response headers, XML elements and property names defined by RFC 2518.
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
DavLocatorFactory
          DavLocatorFactory...
DavResource
          DavResource provides standard WebDAV functionality as specified by RFC 2518.
DavResourceFactory
          DavResourceFactory interface defines a single method for creating DavResource objects.
DavServletRequest
          DavServletRequest extends the HttpServletRequest by Webdav specific METHODS.
DavServletResponse
          WebdavResponse extends the HttpServletResponse by Webdav specific status codes and METHODS.
DavSessionProvider
          DavSessionProvider is an interface for components that can initiate and complete DavSessions.
WebdavRequest
          The empty WebdavRequest interface collects the functionality defined by DavServletRequest encapsulting the core Webdav specification (RFC 2518) as well as the various extensions used for observation and transaction support, ordering of collections, search and versioning.
WebdavResponse
          The empty WebdavResponse interface collects the functionality defined by DavServletResponse encapsulting 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.simple
AbstractLocatorFactory
          AbstractLocatorFactory is an implementation of the DavLocatorFactory interface that defines how a given uri is split to workspace path an resource path and how it's implementation of DavResourceLocator builds the href.
DavConstants
          DavConstants provide constants for request and response headers, XML elements and property names defined by RFC 2518.
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
DavLocatorFactory
          DavLocatorFactory...
DavResource
          DavResource provides standard WebDAV functionality as specified by RFC 2518.
DavResourceFactory
          DavResourceFactory interface defines a single method for creating DavResource objects.
DavResourceIterator
          DavResourceIterator extends the Iterator interface.
DavResourceLocator
          DavResourceLocator...
DavServletRequest
          DavServletRequest extends the HttpServletRequest by Webdav specific METHODS.
DavServletResponse
          WebdavResponse extends the HttpServletResponse by Webdav specific status codes and METHODS.
DavSession
          DavSession allows to pass session information between request, response and resource(s).
DavSessionProvider
          DavSessionProvider is an interface for components that can initiate and complete DavSessions.
MultiStatus
          MultiStatus representing the content of a multistatus response body and allows to retrieve the Xml representation.
MultiStatusResponse
          MultiStatusResponse represents the DAV:multistatus element defined by RFC 2518:
WebdavRequest
          The empty WebdavRequest interface collects the functionality defined by DavServletRequest encapsulting 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.transaction
DavConstants
          DavConstants provide constants for request and response headers, XML elements and property names defined by RFC 2518.
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
DavResource
          DavResource provides standard WebDAV functionality as specified by RFC 2518.
DavServletRequest
          DavServletRequest extends the HttpServletRequest by Webdav specific METHODS.
 

Classes in org.apache.jackrabbit.webdav used by org.apache.jackrabbit.webdav.version
DavConstants
          DavConstants provide constants for request and response headers, XML elements and property names defined by RFC 2518.
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
DavResource
          DavResource provides standard WebDAV functionality as specified by RFC 2518.
DavServletRequest
          DavServletRequest extends the HttpServletRequest by Webdav specific METHODS.
MultiStatus
          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.version.report
DavConstants
          DavConstants provide constants for request and response headers, XML elements and property names defined by RFC 2518.
DavException
          DavException extends the Exception class in order to simplify handling of exceptional situations occuring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.
DavResource
          DavResource provides standard WebDAV functionality as specified by RFC 2518.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.