BBxServlet::getParameterNames

Description

In BBj 21.00 and higher, this method returns a BBjVector of the names of all the parameters for the BBxServlet.

Syntax

Return Value Method
BBjVector getParameterNames()

Parameters

None.

Return Value

A BBjVector of Strings representing the names of the parameters for the BBxServlet.

Remarks

Note that parameters are distinct from the BBxServlet attributes. A servlet may not have any parameters if they have not been added either through the Enterprise Manager interface in the "Parameters" section when creating or modifying a BBxServlet, via the BBxServlet::addParameter method, or as <param> tags in the jetty.xml file.

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::getParameter