Uses of Package
org.apache.jackrabbit.webdav

Packages that use org.apache.jackrabbit.webdav
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.header   
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.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.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
          Response...
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.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.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.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 © 2005-2006 . All Rights Reserved.