Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

IPortletRequest Interface

IPortletRequest represents the HTTP request sent from the portal to the portlet. All of the parameters that are sent from the portal to the portlet are accessible from IPortletRequest (some user-specific parameters are accessible from IPortletUser). Generally, a portlet can obtain an IPortletRequest from IPortletContext.GetRequest().

For a list of all members of this type, see IPortletRequest Members.

public interface IPortletRequest : IGenericRequest

Requirements

Namespace: Plumtree.Remote.Portlet

Assembly: idk (in idk.dll)

See Also

IPortletRequest Members | Plumtree.Remote.Portlet Namespace | GetRequest