org.apache.shale.dialog
Class Globals

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

public class Globals
extends Object

Manifest constants that are global to the dialog implementation.

$Id: Globals.java 419431 2006-07-06 04:38:39Z wsmoak $


Field Summary
static String CONFIGURATION_PARAM
          Context initialization parameter used to specify a comma delimited list of context relative resource paths to resources containing our dialog configuration information.
static String DIALOGS
          Name of the application scope attribute under which a Map of Dialog definitions (keyed by dialog name) is stored.
static String PREFIX
          Context initialization parameter used to specify the prefix on a navigation logical outcome, used to identify this as a request to initiate a dialog.
static String STATUS
          Default name of the session scope attribute under which a Status instance for the current user is stored.
static String STATUS_PARAM
          Context initialization parameter used to specify the session scope key under which a Status instance will be 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_PARAM

public static final String CONFIGURATION_PARAM

Context initialization parameter used to specify a comma delimited list of context relative resource paths to resources containing our dialog configuration information.

See Also:
Constant Field Values

DIALOGS

public static final String DIALOGS

Name of the application scope attribute under which a Map of Dialog definitions (keyed by dialog name) is stored.

See Also:
Constant Field Values

PREFIX

public static final String PREFIX

Context initialization parameter used to specify the prefix on a navigation logical outcome, used to identify this as a request to initiate a dialog. If not present, the default prefix value is "dialog:".

See Also:
Constant Field Values

STATUS

public static final String STATUS

Default name of the session scope attribute under which a Status instance for the current user is stored.

See Also:
Constant Field Values

STATUS_PARAM

public static final String STATUS_PARAM

Context initialization parameter used to specify the session scope key under which a Status instance will be stored. If not specified, the value specified by STATUS will be used.

See Also:
Constant Field Values
Constructor Detail

Globals

public Globals()


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