|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.shale.dialog.Globals
public class Globals
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 |
---|
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.
public static final String DIALOGS
Name of the application scope attribute under which a
Map
of Dialog
definitions (keyed by
dialog name) is stored.
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:".
public static final String STATUS
Default name of the session scope attribute under which a
Status
instance for the current user is stored.
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.
Constructor Detail |
---|
public Globals()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |