BBjJettyContextConfiguration::getHeader
Description
In BBj 18.0 and higher, this method returns the value bound to the specified header.
Syntax
Return Value |
Method |
---|---|
String |
getHeader(string name) |
Parameters
Variable |
Description |
---|---|
name |
The name of the header. |
Return Value
Returns the value for the specified header.
Remarks
Headers stored in the context are sent to the client for in all Http Responses. Parameters are name and value pairs of Strings.
Example
|