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