public class Globals extends Object
Manifest constants and well known event names for the Jakarta Commons SCXML driven Shale dialog implementation.
Modifier and Type | Field and Description |
---|---|
static String |
CONFIGURATION
Context initialization paramater name under which a comma separated
list of configuration resources to be parsed exists.
|
static String |
CUSTOM_SCXML_ACTIONS_URI
The namespace URI for the custom Commons SCXML actions defined by
the Shale dialogs Commons SCXML implementation.
|
static String |
DIALOG_PROPERTIES
The key for saving dialog properties in the root context of the
underlying Commons SCXML state machine.
|
static String |
DIALOGS
Application scope attribute under which a
Map of
dialog definitions (keyed by dialog name) is stored. |
static String |
POSTBACK_EVENT
The name of the postback event that the state machines should
use to author transitions for, out of a "view" state.
|
static String |
POSTBACK_OUTCOME
The variable that holds the postback outcome in the root context
of the state machine instance.
|
static String |
STATE_MAPPER
Application scope attribute under which the current
DialogStateMapper implementation resides. |
Constructor and Description |
---|
Globals() |
public static final String CONFIGURATION
Context initialization paramater name under which a comma separated list of configuration resources to be parsed exists.
public static final String DIALOGS
Application scope attribute under which a Map
of
dialog definitions (keyed by dialog name) is stored. A dialog
definition is the Commons SCXML object model describing the dialog
state machine.
public static final String STATE_MAPPER
Application scope attribute under which the current
DialogStateMapper
implementation resides. Defaults to
DefaultDialogStateMapper
.
public static final String POSTBACK_EVENT
The name of the postback event that the state machines should use to author transitions for, out of a "view" state.
public static final String POSTBACK_OUTCOME
The variable that holds the postback outcome in the root context of the state machine instance. Expressions within the SCXML document can then make references to this variable.
public static final String CUSTOM_SCXML_ACTIONS_URI
The namespace URI for the custom Commons SCXML actions defined by the Shale dialogs Commons SCXML implementation.
public static final String DIALOG_PROPERTIES
The key for saving dialog properties in the root context of the underlying Commons SCXML state machine. SCXML documents describing dialogs must not use this key as a <var> or <data> name.
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.