com.plumtree.remote.portlet
Class HostedDisplayMode

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

public class HostedDisplayMode
extends java.lang.Object

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). HostedDisplayMode is a type-safe enumeration, so instances of the class can be compared using identity equality.


Field Summary
static HostedDisplayMode Hosted
          Hosted mode displays the content with the portal banner and footer.
static HostedDisplayMode None
          None means that the content should be sent without the portal banner or footer.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static HostedDisplayMode None
None means that the content should be sent without the portal banner or footer.


Hosted

public static HostedDisplayMode Hosted
Hosted mode displays the content with the portal banner and footer.



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.