Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IPortletRequest Members

IPortletRequest overview

Public Instance Methods

iconGetAggregationMode Returns the current AggregationMode for the portlet.
iconGetAlignment Returns the alignment of this portlet.
iconGetBasicAuthPassword Returns the password from the HTTP Authorization header in the web request.
iconGetBasicAuthUsername Returns the username from the HTTP Authorization header in the web request.
iconGetClassID Returns the class ID.
iconGetCommunityID Returns the ID of the Community in which the portlet is currently displayed.
iconGetEncryptedSettingValue Gives the value for any encrypted portal preference associated with this portlet.
iconGetGatewayConfigValue Returns the requested value from the CSP-Gateway-Specific-Config header.
iconGetHostPageURI Returns the URI for the portal page in which the portlet is currently displayed.
iconGetHostPageURLQueryString Gets the query string portion of the URL that was used to access this portal's hosting page.
iconGetImageServerURI Returns the URI for the portal Image Server.
iconGetPageID Returns the ID of the portal page on which the portlet is currently displayed.
iconGetPortalUUID Returns the portal UUID.
iconGetPortletID Returns the Portlet ID for the current portlet.
iconGetPortletMode Returns a PortletMode object to tell the client what mode the portlet is running in.
iconGetProtocolVersion Returns the current version of the protocol being used by the portal to communicate with this portlet.
iconGetReturnURI Returns the URI for the portal page to return to when done.
iconGetSettingCollection Returns a dictionary of all settings of the referenced setting type associated with this portlet.
iconGetSettingValue Gives the value for any portal preference associated with this portlet.
iconGetStylesheetURI Returns the URI for the stylesheet currently being used by the portal user.
iconGetSubPortalID Returns the ID of the subportal that the accessing user belongs to.
iconGetTimeZone Returns a TimeZone object representing the end user's time zone.
iconGetUserInterface 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).
iconHasBasicAuth Returns whether the request has basic auth.
iconHasTimeZone Returns a boolean indicating whether the time zone is available in the request headers.
iconIsGatewayed Checks if the request is gatewayed.
iconIsInCommunity Checks if the portlet is currently displayed in a Community page.

See Also

IPortletRequest Interface | Plumtree.Remote.Portlet Namespace | GetRequest