BBjJettyContext::setAttribute
Description
In BBj 15.00 and higher, this method sets the specified attribute.
Syntax
Return Value |
Method |
---|---|
void |
setAttribute(string name, Object value) |
Parameters
Parameter |
Description |
---|---|
name |
the name of the attribute |
value |
the value |
Return Value
None.
Remarks
The BBjJettyContext provides a repository for run-time attributes which are stored as a name - value pair.
Example
|