com.plumtree.server
Class PT_GADGET_MODES

java.lang.Object
  extended by com.plumtree.server.PT_GADGET_MODES

public final class PT_GADGET_MODES
extends java.lang.Object

Defines the mode or context in which a portlet runs.

Author:
JosephS

Field Summary
static int PT_GADGETMODES_DIAGNOSTIC
          This mode is used on the remote servers diagnostics page.
static int PT_GADGETMODES_DOCUMENT
          This mode is used to display a document in the knowledge directory.
static int PT_GADGETMODES_JOB
          The portlet is running in a job, and output will be stored for later use.
static int PT_GADGETMODES_PREVIEW
          The portlet should display a preview that does not rely on personalization settings.
static int PT_GADGETMODES_PREVIEW_CONTENTSYNDICATE
          Deprecated.  
static int PT_GADGETMODES_RUNTIME
          The portlet is running on a Community or MyPage and should return a fully-personalized response as quickly as possible.
static int PT_GADGETMODES_SUMMARY
          The portlet should return a short summary of its contents for display in Alternative Browsing Devices.
static int PT_GADGETMODES_SUMMARY_CONTENTSYNDICATE
          Deprecated.  
 
Constructor Summary
PT_GADGET_MODES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_GADGETMODES_JOB

public static final int PT_GADGETMODES_JOB
The portlet is running in a job, and output will be stored for later use. The portlet may run longer, time-consuming tasks.

See Also:
Constant Field Values

PT_GADGETMODES_RUNTIME

public static final int PT_GADGETMODES_RUNTIME
The portlet is running on a Community or MyPage and should return a fully-personalized response as quickly as possible.

See Also:
Constant Field Values

PT_GADGETMODES_PREVIEW

public static final int PT_GADGETMODES_PREVIEW
The portlet should display a preview that does not rely on personalization settings.

See Also:
Constant Field Values

PT_GADGETMODES_PREVIEW_CONTENTSYNDICATE

public static final int PT_GADGETMODES_PREVIEW_CONTENTSYNDICATE
Deprecated. 
See Also:
Constant Field Values

PT_GADGETMODES_SUMMARY

public static final int PT_GADGETMODES_SUMMARY
The portlet should return a short summary of its contents for display in Alternative Browsing Devices.

See Also:
Constant Field Values

PT_GADGETMODES_SUMMARY_CONTENTSYNDICATE

public static final int PT_GADGETMODES_SUMMARY_CONTENTSYNDICATE
Deprecated. 
See Also:
Constant Field Values

PT_GADGETMODES_DOCUMENT

public static final int PT_GADGETMODES_DOCUMENT
This mode is used to display a document in the knowledge directory.

See Also:
Constant Field Values

PT_GADGETMODES_DIAGNOSTIC

public static final int PT_GADGETMODES_DIAGNOSTIC
This mode is used on the remote servers diagnostics page.

See Also:
Constant Field Values
Constructor Detail

PT_GADGET_MODES

public PT_GADGET_MODES()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.