com.plumtree.server
Class PT_ASSOCIATEDCONTENT

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

public final class PT_ASSOCIATEDCONTENT
extends java.lang.Object

A list of predefined pages containing content associated with a portlet or web service.

Author:
JosephS
See Also:
IPTGadgetGateway.GetContent(java.lang.Object, int, com.plumtree.server.IPTGadget, int, int, int, java.lang.String, int, boolean)

Field Summary
static int PT_ASSOCIATEDCONTENT_ADMIN_PLUG
          The administrator pluggable page for this web service.
static int PT_ASSOCIATEDCONTENT_ADMINPREFSPAGE
          The administrator perferences page for this portlet.
static int PT_ASSOCIATEDCONTENT_COMMUNITYPREFSPAGE
          The community portlet preferences page.
static int PT_ASSOCIATEDCONTENT_HELPPAGE
          The help page for this portlet.
static int PT_ASSOCIATEDCONTENT_PERSONAL_PLUG
          The personal preferences pluggable page for this web service.
static int PT_ASSOCIATEDCONTENT_PORTLETCONTENT
          The portlet page itself (for refresh).
static int PT_ASSOCIATEDCONTENT_PREFSPAGE
          The portlet preferences page.
 
Constructor Summary
PT_ASSOCIATEDCONTENT()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_ASSOCIATEDCONTENT_PREFSPAGE

public static final int PT_ASSOCIATEDCONTENT_PREFSPAGE
The portlet preferences page.

See Also:
Constant Field Values

PT_ASSOCIATEDCONTENT_COMMUNITYPREFSPAGE

public static final int PT_ASSOCIATEDCONTENT_COMMUNITYPREFSPAGE
The community portlet preferences page.

See Also:
Constant Field Values

PT_ASSOCIATEDCONTENT_ADMINPREFSPAGE

public static final int PT_ASSOCIATEDCONTENT_ADMINPREFSPAGE
The administrator perferences page for this portlet.

See Also:
Constant Field Values

PT_ASSOCIATEDCONTENT_HELPPAGE

public static final int PT_ASSOCIATEDCONTENT_HELPPAGE
The help page for this portlet.

See Also:
Constant Field Values

PT_ASSOCIATEDCONTENT_PERSONAL_PLUG

public static final int PT_ASSOCIATEDCONTENT_PERSONAL_PLUG
The personal preferences pluggable page for this web service.

See Also:
Constant Field Values

PT_ASSOCIATEDCONTENT_PORTLETCONTENT

public static final int PT_ASSOCIATEDCONTENT_PORTLETCONTENT
The portlet page itself (for refresh).

See Also:
Constant Field Values

PT_ASSOCIATEDCONTENT_ADMIN_PLUG

public static final int PT_ASSOCIATEDCONTENT_ADMIN_PLUG
The administrator pluggable page for this web service.

See Also:
Constant Field Values
Constructor Detail

PT_ASSOCIATEDCONTENT

public PT_ASSOCIATEDCONTENT()