service WebDAVContentProvider in module com::sun::star::ucb:: |
service WebDAVContentProvider;
The WebDAV Content Provider (DCP) implements a ContentProvider for the UniversalContentBroker (UCB).
It provides access to WebDAV and standard HTTP servers. The DCP communicates with the server using the WebDAV protocol which is an extention to the HTTP protocol or using the plain HTTP protocol in case the server is not WebDAV enabled.
Exported Interfaces |
provides two types of content: a Folder or Document which corresponds to a collection or non-collection (nodes and leafs) in WebDAV respectively.
DCP Contents
URL Scheme for DCP Contents
Each DCP content has an identifier corresponding to the following scheme:
It is also possible to use standard HTTP-URLs. In this case the implementation will determine by itself, if the requested resource is DAV enabled.
Examples:
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.