BBjJettyContext::getAttribute
Description
In BBj 15.0 and higher, this method gets the specified attribute.
Syntax
Return Value |
Method |
Object |
getAttribute(string name) |
Parameters
Variable |
Description |
name |
the name of the attribute |
Return Value
an object that was bound to the specified name
Remarks
The BBjJettyContext provides a repository for run-time attributes which are stored as a name - value pair.
Example
declare BBjServletData data! |