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