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.

ClosedVersion History

  • 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::addParameter

BBxServlet::clearParameters

BBxServlet::getParameterNames