BBxServlet::clearParameters

Description

In BBj 21.00 and higher, this method removes all custom parameters of the BBxServlet.

It does not affect the standard parameters such as the servlet mapping, source file, SSCP, etc. It only removes parameters which appear in the jetty.xml as <param> tags. These parameters would have been added to the servlet via the BBxServlet::addParameter method, via the "Parameters" section in the Enterprise Manager when creating or modifying a BBxServlet, or directly as XML code in the jetty.xml file.

Syntax

Return Value Method
void clearParameters()

Parameters

None.

Return Value

None.

ClosedVersion History

  • BBj 22.0: For easier migration from BBjspServlets, this method can also be invoked as the deprecated method BBxServlet::clearParams
  • 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::getParameter

BBxServlet::getParameterNames