com.plumtree.remote.portlet
Class AggregationMode

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

public class AggregationMode
extends java.lang.Object

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).

AggregationMode is a type-safe enumeration, so instances of the class can be compared using identity equality.


Field Summary
static AggregationMode Multiple
          Multiple Aggregation Mode means that there is more than one portlet on the portal page on which the portlet is currently displayed.
static AggregationMode Single
          Single Aggregation Mode means that this portlet is the only portlet on the current portal page.
 
Method Summary
 java.lang.String toString()
          Gets the Aggregation Mode of this portlet as a string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Single

public static AggregationMode Single
Single Aggregation Mode means that this portlet is the only portlet on the current portal page.


Multiple

public static AggregationMode Multiple
Multiple Aggregation Mode means that there is more than one portlet on the portal page on which the portlet is currently displayed.

Method Detail

toString

public java.lang.String toString()
Gets the Aggregation Mode of this portlet as a string.

Returns:
the Aggregation Mode, either Single or Multiple


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.