|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.server.PT_GADGET_MODES
public final class PT_GADGET_MODES
Defines the mode or context in which a portlet runs.
| 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 |
|---|
public static final int PT_GADGETMODES_JOB
public static final int PT_GADGETMODES_RUNTIME
public static final int PT_GADGETMODES_PREVIEW
public static final int PT_GADGETMODES_PREVIEW_CONTENTSYNDICATE
public static final int PT_GADGETMODES_SUMMARY
public static final int PT_GADGETMODES_SUMMARY_CONTENTSYNDICATE
public static final int PT_GADGETMODES_DOCUMENT
public static final int PT_GADGETMODES_DIAGNOSTIC
| Constructor Detail |
|---|
public PT_GADGET_MODES()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||