BBjHttpRequest::getParameterValues (Deprecated)
BBjHttpRequest::getParameterValues is deprecated for BBj 21.00 and higher, and has been replaced by BBxServletRequest::getParameterValues.
Description
In BBj 12.00 and higher, this method returns all of the parameter values associated with this parameter name.
Syntax
Return Value |
Method |
getParameterValues(string name) |
Parameters
None.
Return Value
a BBjVector containing the parameters' values
Remarks
The example below shows getting the parameters and their values from a request within a BBjServlet.
Example
|