:: com :: sun :: star :: task ::
|
unpublished |
interface XUrlContainer |
|
|
|
- Usage Restrictions
- not published
- Description
- Allows to store and retrieve URLs. URLs can be stored persistently or
until end of OOo session.
- Since
- OOo 3.2
|
Methods' Summary |
addUrl |
Add a URL to the container.
|
findUrl |
Lookup a URL in the container.
|
removeUrl |
Remove a URL from the container.
|
getUrls |
Get all URLs.
|
Methods' Details |
addUrl
void |
addUrl( |
[in] string |
Url, |
| [in] boolean |
MakePersistent ); |
- Description
- Add a URL to the container.
- Parameter Url
- URL to add to the container
- Parameter MakePersistent
- indicates whether the URL shall be stored
persistently or just in memory (until end of
OOo session)
|
|
findUrl
string |
findUrl( |
[in] string |
Url ); |
- Description
- Lookup a URL in the container.
- Parameter Url
- URL to lookup.
- Returns
- Best matched URL or empty string.
|
|
removeUrl
void |
removeUrl( |
[in] string |
Url ); |
- Description
- Remove a URL from the container.
- Parameter Url
- URL to remove.
|
|
getUrls
sequence< string > |
getUrls( |
[in] boolean |
OnlyPersistent ); |
- Description
- Get all URLs.
- Parameter OnlyPersistent
- Only URLs that are stored persistently shall
be returned.
- Returns
- List of URLs.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.