Package com.plumtree.remote.portlet

Provides classes and interfaces for building portlets for WebCenter Interaction.

See:
          Description

Interface Summary
ICredentialProvider ICredentialProvider is an interface for retrieving the username and password for a backend application that were sent to the portlet in the headers.
ICredentialSetter ICredentialSetter is an interface for encrypting and setting the username and password for a backend application on a PortletResponse.
IGenericRequest  
IPortletContext IPortletContext is the root interface for retrieving information from the portal.
IPortletRequest IPortletRequest represents the HTTP request sent from the portal to the portlet.
IPortletResponse IPortletResponse represents the HTTP response sent from the portlet to the portal.
IPortletUser IPortletUser represents the current user requesting the portlet.
 

Class Summary
AggregationMode AggregationMode is a flag that tells the portal how this portlet is currently displayed in the portal (with other portlets or alone on the page).
Alignment A type-safe enumeration that identifies the alignment of a portlet.
CommunityAccessLevel CommunityAccessLevel enumerates the access levels that a user can have for a particular Community.
CredentialSource CredentialSource is an enumeration of the different locations in the IPortletRequest headers where credentials can be passed.
EncryptionType EncryptionType is an enumeration of the different types of encryption that can be used by a portlet.
GenericRequestWrapper  
HostedDisplayMode HostedDisplayMode is an enumeration of the types of ways a gatewayed page can be displayed by the portal (with the portal banner and footer or without).
PortletContextFactory PortletContextFactory is a class that has one static factory method to generate IPortletContext objects, the entry point for portlets to send and receive information from the portal.
PortletMode PortletMode is an enumerated type that identifies the mode the portal is using to generate the portlet content.
SettingType A type-safe enumeration of the different types of settings that can be used by a portlet.
UserInterface UserInterface is an enumeration that describes the different kinds of user interfaces (for example, phone, PDA or Web browser) that can be used in the portal.
 

Exception Summary
NotGatewayedException Thrown when a user attempts to access API functionality that is only available when the request is gatewayed.
NotInCommunityException Thrown when a user attempts to access Community-related API functionality that is only available when the portlet is displayed in a Community page.
NotInRequestException Thrown when a user attempts to access settings that the administrator has not configured to be sent to the portlet.
ProtocolNotSupportedException Thrown when a user attempts to access functionality in a version of the portal that does not support it.
 

Package com.plumtree.remote.portlet Description

Provides classes and interfaces for building portlets for WebCenter Interaction.



For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.