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.
 
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
Constructor Detail

Globals

public Globals()


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