BBjJettyContext::getInitParameter
Description
In BBj 15.0 and higher, this method gets the value of a parameter.
Syntax
Return Value |
Method |
String |
getInitParameter(string name) |
Parameters
Variable |
Description |
name |
the name of the parameter |
Return Value
the value.
Remarks
Parameters are configured in the context configuration and cannot be altered at runtime.
Example
|