|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.plumtree.server.PT_GADGET_MODES
Defines the mode or context in which a portlet runs.
| Field Summary | |
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()
|
|
| 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
| Constructor Detail |
public PT_GADGET_MODES()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||