BBjJettyContext::getAttribute
Description
In BBj 15.00 and higher, this method gets the specified attribute.
Syntax
| 
                                                             Return Value  | 
                                                        
                                                             Method  | 
                                                    
|---|---|
| 
                                                             Object  | 
                                                        
                                                             getAttribute(string name)  | 
                                                    
Parameters
| 
                                                             Parameter  | 
                                                        
                                                             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
                                                     |