com.plumtree.server
Class PT_GADGETPROVIDER_CAPABILITIES

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

public final class PT_GADGETPROVIDER_CAPABILITIES
extends java.lang.Object

A list of optional capabilities that a portlet provider may support.

Author:
JosephS
See Also:
com.plumtree.server.IPTAsyncGadgetProvider#Capabilities

Field Summary
static int PT_GADGETPROV_ALIGNMENTSUPPORT
          Supported alignments, can be 0=All or one of PT_GADGET_ALIGNMENTS.
static int PT_GADGETPROV_PERSONALIZATIONSUPPORT
          Supports personalization, 0=false, 1=true.
 
Constructor Summary
PT_GADGETPROVIDER_CAPABILITIES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_GADGETPROV_ALIGNMENTSUPPORT

public static final int PT_GADGETPROV_ALIGNMENTSUPPORT
Supported alignments, can be 0=All or one of PT_GADGET_ALIGNMENTS.

See Also:
Constant Field Values

PT_GADGETPROV_PERSONALIZATIONSUPPORT

public static final int PT_GADGETPROV_PERSONALIZATIONSUPPORT
Supports personalization, 0=false, 1=true.

See Also:
Constant Field Values
Constructor Detail

PT_GADGETPROVIDER_CAPABILITIES

public PT_GADGETPROVIDER_CAPABILITIES()