Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

IPortletRequest.GetGatewayConfigValue Method 

Returns the requested value from the CSP-Gateway-Specific-Config header.

string GetGatewayConfigValue(
   string valueName
);

Parameters

valueName
The name of the requested header value.

Return Value

The requested value from the header.

Exceptions

Exception Type Condition
NotGatewayedException The request is not gatewayed.
NotInRequestException There is nothing in the header with the requested name.

See Also

IPortletRequest Interface | Plumtree.Remote.Portlet Namespace