|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.portal.pcm.Constants
public class Constants
Class with constants used for and by PCM code.
Field Summary | |
---|---|
static java.lang.String |
DIALOG_SUBSTEP_MODEL_INSTANTIATOR_EXTENSION_ID_KEY
Key for specifying a substep model instantiator as initialization parameter of a portlet. |
static java.lang.String |
NAMESPACE_PCM
Namespace for the PCM feature. |
static java.lang.String |
PCM_END_EVENT_NAME
Name of the local part of the event QName to indicate ending a dialog. |
static javax.xml.namespace.QName |
PCM_END_QNAME
QName to be used to indicate a dialog end |
static java.lang.String |
PCM_START_EVENT_NAME
Name of the local part of the event QName to indicate a dialog initiation. |
static javax.xml.namespace.QName |
PCM_START_QNAME
QName to be used to indicate a dialog initiation. |
static javax.xml.namespace.QName |
SRP_DIALOG_INSTANCE_ID
Deprecated. Do not access the details about the active dialog instance using this shared render parameter. Use the DialogService API in conjunction with the DialogStackManager API to get the
current dialog context. |
static javax.xml.namespace.QName |
SRP_SUSPENDED_DIALOG_INSTANCE_IDS
Deprecated. Do not access the details about the suspended dialog instances using this shared render parameter. Use the DialogService API in conjunction with the DialogStackManager API to get the
list of suspended dialog contexts. |
Constructor Summary | |
---|---|
Constants()
|
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 java.lang.String NAMESPACE_PCM
public static final java.lang.String PCM_START_EVENT_NAME
public static final java.lang.String PCM_END_EVENT_NAME
public static final javax.xml.namespace.QName PCM_START_QNAME
public static final javax.xml.namespace.QName PCM_END_QNAME
public static final javax.xml.namespace.QName SRP_DIALOG_INSTANCE_ID
DialogService
API in conjunction with the DialogStackManager
API to get the
current dialog context.
public static final javax.xml.namespace.QName SRP_SUSPENDED_DIALOG_INSTANCE_IDS
DialogService
API in conjunction with the DialogStackManager
API to get the
list of suspended dialog contexts.
public static final java.lang.String DIALOG_SUBSTEP_MODEL_INSTANTIATOR_EXTENSION_ID_KEY
Constructor Detail |
---|
public Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |