BBjJettyContextConfiguration::getParameterValue
Description
In BBj 15.0 and higher, this method returns the value bound to the specified parameter.
Syntax
Return Value |
Method |
---|---|
String |
getParameterValue(string name) |
Parameters
Variable |
Description |
---|---|
name |
the name of the parameter |
Return Value
the value for the specified parameter
Remarks
Parameters stored in the context are accessible to all servlets running within the context. Parameters are name and value pairs of Strings
Example
|