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