BBjspWebRequest::getAttributeNames (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 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 BBjVecor containg the names of the request's attributes.
Remarks
None.
Example
This example demonstrates how this works in a BBJSP web-page
|
<% |
This example demonstrates how this works in a BBJSP servlet
|
class public MyServlet |