BBxServlet::getParameter
Description
In BBj 21.00 and higher, this method returns the value of the specified parameter of the BBxServlet.
Syntax
| Return Value | Method |
|---|---|
| String | getParameter(String name) |
Parameters
| Parameter | Description |
|---|---|
| name | The name of the parameter to get. |
Return Value
A String representing the value of the specified parameter of the BBxServlet.
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.