BBjWebManager::setMeta
Description
In BBj 22.03 and higher, this method sets a metadata element in the header of the web page.
Note:
In BBj 22.03 and higher, BBjWebManager is an alias for BBjBuiManager.
Syntax
Return Value | Method |
---|---|
void |
setMeta(String name, String content) |
void | setMeta(String name, String content, String attributes) |
void | setMeta(String name, String content, HashMap attributes) |
Parameters
Parameter | Description |
---|---|
name | Specifies the metadata name. |
content | Specifies the metadata content. |
attributes | A set of attributes to be added to the metadata 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
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.