Difference between revisions of "Documentation/DevGuide/UCB/Content Providers"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (FINAL VERSION FOR L10N)
Line 44: Line 44:
 
|"vnd.sun.star.help"  
 
|"vnd.sun.star.help"  
 
|com.sun.star.help.XMLHelp  
 
|com.sun.star.help.XMLHelp  
 +
|-
 +
|Extension package content
 +
|provides access to the content of an installed extension, specified by the extension's identifier.
 +
|"vnd.sun.star.extension://extension-id/relative-path-within-extension-package"
 +
|com.sun.star.ucb.ExtensionContentProvider
 
|}
 
|}
  

Revision as of 09:11, 27 April 2010



The current implementation of the Universal Content Broker in a OpenOffice.org installation supplies UCPs for the following data sources:

Data source Description URL Schema Service name
FILE Provides access to the file system "file" com.sun.star.ucb.FileContentProvider
WebDAV and HTTP Provides access to web-based file systems and includes HTTP "vnd.sun.star.webdav" or "http" com.sun.star.ucb.WebDAVContentProvider
FTP Provides access to file transfer protocol servers "ftp" com.sun.star.ucb.fpx.ContentProvider
Hierarchy Virtual hierarchy of folders and links "vnd.sun.star.hier" com.sun.star.ucb.HierarchyContentProvider
ZIP and JAR files Packaged files "vnd.sun.star.pkg" com.sun.star.ucb.PackageContentProvider
Help files OpenOffice.org help system "vnd.sun.star.help" com.sun.star.help.XMLHelp
Extension package content provides access to the content of an installed extension, specified by the extension's identifier. "vnd.sun.star.extension://extension-id/relative-path-within-extension-package" com.sun.star.ucb.ExtensionContentProvider

Appendix C Universal Content Providers describes all the above content providers in more detail. The reference documentation for the commands and other features of these UCPs are located in the SDK or the ucb project on ucb.openoffice.org. Additionally, the ucb project offers information about other UCPs for OpenOffice.org, for example, a UCP for document management systems.

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages