:: com :: sun :: star :: ucb ::

service ContentProvider
Description
provides access to a set of Content s.

Exported Interfaces
XContentProvider
Description
gives access to all contents provided by this provider.
XContentIdentifierFactory
Usage Restrictions
optional
Description
creates special XContentIdentifier implementation objects for the contents provided by this content provider.

This interface can be implemented in case the provider wants to provide some additional interfaces with its implementation of the identifier objects.

XParameterizedContentProvider
Usage Restrictions
optional
Description
allows a ContentProvider to adjust itself to special needs.

Whenever a ContentProvider that supports this interface is registered at a XContentProviderManager , the method XParameterizedContentProvider::registerInstance should first be called, using the returned XContentProvider to register at the XContentProviderManager.


 
Top of Page