Implementation for Cosmo's WebDAV/CalDAV protocol for retrieving/updating collection data.

Package Specification

DAV classes are roughly broken down into the following packages:

The acegisecurity subpackage contain classes responsible for handling access decision management for certain dav requests

The acl subpackages contains classes relating to the minimal WebDAV ACL support the server provides.

The caldav subpackages contain classes that define and implement CalDAV.

The servlet subpackage contains the request handler implementation that handles all dav requests.

The ticket subpackages contains classes that define and implement WebDAV tickets

The impl subpackage contains implementations of dav interfaces

Related Documentation