Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

IPortletRequest Members

IPortletRequest overview

Public Instance Methods

GetAggregationMode Returns the current AggregationMode for the portlet.
GetAlignment Returns the alignment of this portlet.
GetBasicAuthPassword Returns the password from the HTTP Authorization header in the web request.
GetBasicAuthUsername Returns the username from the HTTP Authorization header in the web request.
GetClassID Returns the class ID.
GetCommunityID Returns the ID of the Community in which the portlet is currently displayed.
GetEncryptedSettingValue Gives the value for any encrypted portal preference associated with this portlet.
GetGatewayConfigValue Returns the requested value from the CSP-Gateway-Specific-Config header.
GetHostPageURI Returns the URI for the portal page in which the portlet is currently displayed.
GetHostPageURLQueryString Gets the query string portion of the URL that was used to access this portal's hosting page.
GetImageServerURI Returns the URI for the portal Image Server.
GetPageID Returns the ID of the portal page on which the portlet is currently displayed.
GetPortalUUID Returns the portal UUID.
GetPortletID Returns the Portlet ID for the current portlet.
GetPortletMode Returns a PortletMode object to tell the client what mode the portlet is running in.
GetProtocolVersion Returns the current version of the protocol being used by the portal to communicate with this portlet.
GetReturnURI Returns the URI for the portal page to return to when done.
GetSettingCollection Returns a dictionary of all settings of the referenced setting type associated with this portlet.
GetSettingValue Gives the value for any portal preference associated with this portlet.
GetStylesheetURI Returns the URI for the stylesheet currently being used by the portal user.
GetSubPortalID Returns the ID of the subportal that the accessing user belongs to.
GetTimeZone Returns a TimeZone object representing the end user's time zone.
GetUserInterface Returns a UserInterface object to tell the client what type of device is being used to browse the portal (for example, phone, PDA, or standard Web browser).
HasBasicAuth Returns whether the request has basic auth.
HasTimeZone Returns a boolean indicating whether the time zone is available in the request headers.
IsGatewayed Checks if the request is gatewayed.
IsInCommunity Checks if the portlet is currently displayed in a Community page.

See Also

IPortletRequest Interface | Plumtree.Remote.Portlet Namespace | GetRequest