
BBjHttpRequest::getParameter
Description
In BBj 12.0 and later, 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
|