BBjJettyContext::containsAttribute
Description
In BBj 15.00 and higher, this method checks for the existence of a named attribute.
Syntax
Return Value |
Method |
---|---|
boolean |
containsAttribute(string name) |
Parameters
Parameter |
Description |
---|---|
name |
the name of the attribute |
Return Value
Return true if the attribute exists otherwise false.
Remarks
The BBjJettyContext provides a repository for run-time attributes which are stored as a name - value pair.
Example
|