BBjHttpRequest::getAttributeNames (Deprecated)
BBjHttpRequest::getAttributeNames is deprecated for BBj 21.00 and higher, and has been replaced by BBxServletRequest::getAttributeNames.
Description
In BBj 15.00 and higher, this method returns a BBjVector containing the names of the attributes available to this request. This method returns an empty BBjVector if the request has no attributes available to it.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         getAttributeNames()  | 
                                                
Parameters
None.
Return Value
A BBjVector containing the names of the request's attributes.
Remarks
None.
Example
                                                     |