| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.dialog.Constants
public final class Constants
Manifest constants related to the integration of state machine implementations into the Shale Dialog Manager.
| Field Summary | |
|---|---|
| static String | CONTEXT_BEANRequest scoped attribute under which the DialogContextinstance
 for the dialog that is active for this view (if any) is stored. | 
| static String | DIALOG_IDRequest parameter containing the dialog identifier of an existing DialogContextinstance to be restored for
 the current view. | 
| static String | DIALOG_NAMERequest parameter containing the logical name of a new DialogContextinstance to be created for the current view, if
 there is no active instance already. | 
| static String | DIALOG_PREFIXDefault prefix on a logical outcome that indicates a new dialog instance should be initiated. | 
| static String | DIALOG_PREFIX_PARAMContext initialization attribute that specifies an override for the default prefix on a logical outcome that indicates a new dialog instance should be initiated. | 
| static String | LIFECYCLE_ATTRApplication scope attribute under which the application may optionally define an instance of DialogLifecycleListenerto receive
 notification of the creation and removal ofDialogContextManagerinstances. | 
| static String | MANAGER_BEANSession scoped attribute under which the DialogContextManagerinstance for this user (if any) is stored. | 
| static String | PARENT_IDRequest parameter containing the DialogContextinstance identifier
 of a parent instance with which a new childDialogContextinstance
 (to be created for the current view) should be associated. | 
| 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 String CONTEXT_BEAN
Request scoped attribute under which the DialogContext instance
 for the dialog that is active for this view (if any) is stored.
public static final String DIALOG_ID
Request parameter containing the dialog identifier of an
 existing DialogContext instance to be restored for
 the current view.  Normally, this identifier will be passed
 implicitly as part of the JSF view state, but must be passed
 explicitly if navigation to a view is performed by a redirect.
public static final String DIALOG_NAME
Request parameter containing the logical name of a new
 DialogContext instance to be created for the current view, if
 there is no active instance already.  If the request parameter
 specified by Constants.PARENT_ID is also specified,
 the new instance will be associated with that instance as a parent.
public static final String LIFECYCLE_ATTR
Application scope attribute under which the application may optionally
 define an instance of DialogLifecycleListener to receive
 notification of the creation and removal of DialogContextManager
 instances.
public static final String DIALOG_PREFIX
Default prefix on a logical outcome that indicates a new dialog instance should be initiated.
public static final String DIALOG_PREFIX_PARAM
Context initialization attribute that specifies an override for the default prefix on a logical outcome that indicates a new dialog instance should be initiated.
public static final String MANAGER_BEAN
Session scoped attribute under which the DialogContextManager
 instance for this user (if any) is stored.  A particular integration will
 typically declare itself to be a session scoped managed bean with
 this name.
public static final String PARENT_ID
Request parameter containing the DialogContext instance identifier
 of a parent instance with which a new child DialogContext instance
 (to be created for the current view) should be associated.  Any value for
 this request parameter will only be processed if the current view has no
 currently active DialogContext instance.
| Constructor Detail | 
|---|
public Constants()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||