
BBjWebManager::injectLinkUrl
Description
In BBj 22.03 and higher, this method injects the specified link URL into the web page.
Note:
In BBj 22.03 and higher, BBjWebManager is an alias for BBjBuiManager.
Syntax
| Return Value | Method |
|---|---|
|
void |
injectLinkUrl(String url) injectLinkUrl(String url, boolean top) injectLinkUrl(String url, boolean top, String attributes) injectLinkUrl(String url, boolean top, HashMap attributes) |
Parameters
| Parameter | Description |
|---|---|
|
url |
A link URL to be injected into this web page as a link element. |
|
top |
Specifies which element the link URL will be injected into. By default, the link URL is injected into the head element. true (1) = Injects the link URL into the head element. false (0) = Injects the link URL into the body element. |
|
attributes |
A set of attributes to be added to the link element. Attributes can be specified either as a string in the format "attr=value,attr=value" or as a HashMap containing key/value pairs. |
Return Value
None.
Example 1
|
Example 2
|
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.