Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.pcm
Class Constantsjava.lang.Objectcom.ibm.portal.pcm.Constants
public class Constants- extends java.lang.Object
Class with constants used for and by PCM code.
- Since:
- 8.0.0
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 endstatic 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 NAMESPACE_PCM
public static final java.lang.String NAMESPACE_PCM
- Namespace for the PCM feature.
- See Also:
- Constant Field Values
PCM_START_EVENT_NAME
public static final java.lang.String PCM_START_EVENT_NAME
- Name of the local part of the event QName to indicate a dialog initiation.
- See Also:
- Constant Field Values
PCM_END_EVENT_NAME
public static final java.lang.String PCM_END_EVENT_NAME
- Name of the local part of the event QName to indicate ending a dialog.
- See Also:
- Constant Field Values
PCM_START_QNAME
public static final javax.xml.namespace.QName PCM_START_QNAME
- QName to be used to indicate a dialog initiation.
PCM_END_QNAME
public static final javax.xml.namespace.QName PCM_END_QNAME
- QName to be used to indicate a dialog end
SRP_DIALOG_INSTANCE_ID
public static final 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.
- QName of the shared render parameter holding the dialog instance id.
SRP_SUSPENDED_DIALOG_INSTANCE_IDS
public static final 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.
- QName of the shared render parameter holding the dialog instance id.
DIALOG_SUBSTEP_MODEL_INSTANTIATOR_EXTENSION_ID_KEY
public static final java.lang.String DIALOG_SUBSTEP_MODEL_INSTANTIATOR_EXTENSION_ID_KEY
- Key for specifying a substep model instantiator as initialization parameter of a portlet.
- See Also:
- Constant Field Values
Constructor Detail Constants
public Constants()
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD