BBjspServletConfiguration::getParameter (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 17.0 and higher, this method the parameter value bound to the supplied name.
Syntax
Return Value |
Method |
String |
getParameter(string name) |
Parameters
Variable |
Description |
name |
the name of the parameter to retrieve |
Return Value
the parameter value
Remarks
parameters provide a configurable input to a BBjspServlet.
Example
|