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.

ClosedVersion History

  • BBj 22.0: For easier migration from BBjspServlets, this method can also be invoked as the deprecated method BBxServlet::addParam
  • BBj 21.0: BBxServlet introduced.

See Also

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.

BBjAPI

BBxServlet

BBxServlet Tutorial

BBxServlet::clearParameters

BBxServlet::getParameter

BBxServlet::getParameterNames