|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.shale.dialog.scxml.Globals
public class Globals
Manifest constants and well known event names for the Jakarta Commons SCXML driven Shale dialog implementation.
Field Summary | |
---|---|
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 Summary | |
---|---|
Globals()
|
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 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.
Constructor Detail |
---|
public Globals()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |