org.apache.shale.dialog.basic
Class Globals

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

public class Globals
extends Object

Manifest constants for the basic dialog state manager 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 DIALOGS
          Application scope attribute under which a Map of Dialog definitions (keyed by dialog name) is stored.
static String STRATEGY
          Context initialization parameter name under which a strategy name for dealing with saving and restoring dialog context state information is specified.
 
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.

See Also:
Constant Field Values

STRATEGY

public static final String STRATEGY

Context initialization parameter name under which a strategy name for dealing with saving and restoring dialog context state information is specified. Valid values are:

IMPLEMENTATION NOTE - The feature set supported by this context initialization parameter is experimental, and no guarantees of backwards compatibility in future versions should be assumed.

See Also:
Constant Field Values
Constructor Detail

Globals

public Globals()


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