BBjJettyContext::getInitParameter
Description
In BBj 15.00 and higher, this method gets the value of a parameter.
Syntax
|
Return Value |
Method |
|---|---|
|
String |
getInitParameter(string name) |
Parameters
|
Parameter |
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
|