BBjHttpSession::getAttributeNames (Deprecated)
BBjHttpSession::getAttributeNames is deprecated for BBj 21.00 and higher, and has been replaced by BBxWebSession::getAttributeNames.
Description
In BBj 12.00 and higher, this method returns the a BBjVector containing all the attribute names from the BBjHttpSession object.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         getAttributeNames()  | 
                                                
Parameters
None.
Return Value
Returns a BBjVector.
Remarks
The example below shows getting the attribute names and values from a request within a BBjServlet.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.