BBxServlet::addParameter
Description
In BBj 21.00 and higher, this method adds a parameter to the BBxServlet.
Parameters can also be added via the Enterprise Manager under the "Parameters" section when creating or modifying a BBxServlet, or they can be added directly as <param> tags in the jetty.xml file. See the BBxServlet Tutorial for detailed information on adding parameters with these other methods.
Syntax
Return Value | Method |
---|---|
void | addParameter(String name, String value) |
Parameters
Parameter | Description |
---|---|
name | The name of the parameter to add. |
value | The value of the parameter to add. |
Return Value
None.
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.