com.plumtree.remote.portlet
Class PortletMode

java.lang.Object
  extended bycom.plumtree.remote.portlet.PortletMode

public class PortletMode
extends java.lang.Object

PortletMode is an enumerated type that identifies the mode the portal is using to generate the portlet content. PortletMode is a type-safe enumeration, so instances of the class can be compared using identity equality.


Field Summary
static PortletMode Portlet
          Portlet mode is used for the normal portlet view in a portal page.
static PortletMode Preview
          Preview mode is used when a user is selecting a portlet and wants to preview the portlet content before adding it to a portal page.
static PortletMode Summary
          Summary mode is used for devices with small screens to provide a 10-character summary of portlet content.
static PortletMode SyndicatedPortlet
          SyndicatedPortlet mode is used for portlets that are being run asynchronously.
static PortletMode SyndicatedPreview
          SyndicatedPreview mode is used for portlets that are being previewed asynchronously.
static PortletMode SyndicatedSummary
          SyndicatedSummary mode is used for portlets that are generating a 10-character summary asynchronously.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Portlet

public static PortletMode Portlet
Portlet mode is used for the normal portlet view in a portal page.


Preview

public static PortletMode Preview
Preview mode is used when a user is selecting a portlet and wants to preview the portlet content before adding it to a portal page.


Summary

public static PortletMode Summary
Summary mode is used for devices with small screens to provide a 10-character summary of portlet content.


SyndicatedPortlet

public static PortletMode SyndicatedPortlet
SyndicatedPortlet mode is used for portlets that are being run asynchronously.


SyndicatedPreview

public static PortletMode SyndicatedPreview
SyndicatedPreview mode is used for portlets that are being previewed asynchronously.


SyndicatedSummary

public static PortletMode SyndicatedSummary
SyndicatedSummary mode is used for portlets that are generating a 10-character summary asynchronously.



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.