org.apache.shale.dialog.scxml
Class Globals

java.lang.Object
  extended by org.apache.shale.dialog.scxml.Globals

public class Globals
extends Object

Manifest constants and well known event names for the Jakarta Commons SCXML driven Shale dialog implementation.

Since:
1.0.4

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

CONFIGURATION

public static final String CONFIGURATION

Context initialization paramater name under which a comma separated list of configuration resources to be parsed exists.

See Also:
Constant Field Values

DIALOGS

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.

See Also:
Constant Field Values

STATE_MAPPER

public static final String STATE_MAPPER

Application scope attribute under which the current DialogStateMapper implementation resides. Defaults to DefaultDialogStateMapper.

See Also:
Constant Field Values

POSTBACK_EVENT

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.

See Also:
Constant Field Values

POSTBACK_OUTCOME

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.

See Also:
Constant Field Values

CUSTOM_SCXML_ACTIONS_URI

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.

See Also:
Constant Field Values

DIALOG_PROPERTIES

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.

See Also:
Constant Field Values
Constructor Detail

Globals

public Globals()


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.