:: com :: sun :: star :: ucb ::
|
interface XParameterizedContentProvider |
|
- Description
- Register specially adjusted instances of content providers on URL
templates and supplementary arguments.
|
Methods' Details |
registerInstance
- Description
- Register a content provider on a URL template and supplementary
arguments.
- Parameter Template
- A URL template. If the input is malformed or too
complex, an ::com::sun::star::lang::IllegalArgumentException may be raised.
- Parameter Arguments
- Any supplementary arguments required by this
XContentProvider, represented as a single string. If the
input is malformed, an
::com::sun::star::lang::IllegalArgumentException
may be raised.
- Parameter ReplaceExisting
- If true, and if the given Template conflicts
with an already registered instance, the old registration is replaced
by the new one. If false, and if the given Template conflicts with an
already registered instance, the new registration is not performed,
and null is returned.
- Returns
- Either this XContentProvider, or another,
specially adjusted version of this XContentProvider (this
flexibility allows for different implementation strategies), or null
if the given Template conflicts with an already registered instance
and ReplaceExisting is false. Note that the returned
XContentProvider must still be registered at the content
provider manager!
|
|
deregisterInstance
- Description
- Deregisters a content provider.
- Parameter Template
- A URL template. If the input is malformed or too
complex, an IllegalArgumentException may be raised.
- Parameter Arguments
- Any supplementary arguments required by this
XContentProvider, represented as a single string. If the
input is malformed, an
::com::sun::star::lang::IllegalArgumentException
may be raised.
- Returns
- Either this XContentProvider, or another,
specially adjusted version of this XContentProvider (this
flexibility allows for different implementation strategies), or null
if no instance is registered for the given Template. Note that the
returned XContentProvider must still be deregistered at
the content provider manager!
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.