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, i.e., with the portal banner 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 provides 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 provides the portal banner and footer.



For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.