edu.indiana.dlib.metsnav
Class Globals

java.lang.Object
  extended by edu.indiana.dlib.metsnav.Globals
All Implemented Interfaces:
Serializable

public class Globals
extends Object
implements Serializable

System wide constant variables

Author:
David Jiao
See Also:
Serialized Form

Field Summary
static String DATA_SOURCE_KEY
          The context attribute key under which the data source object will be stored.
static String DEFAULT_METS_VERSION
          The default mets version supported
static String INTERFACE_BEAN_KEY
          The request attribute key under which the ConfiguredScreenBean will be stored.
static String INTERFACE_KEY
          The context attribute key under which interface configuration object will be stored
static String LAYOUT_ANCHOR
          The anchor used in the configuration file to specify the location of the layout name
static String NAVIGATE_ACTION
          The path of the NavigateAction in struts
static String NAVIGATION_BEAN_KEY
          The request attribute key under which the NavigateScreenBean instance will be stored.
static String NAVIGATOR_KEY
          The session attribute key under which the MetsNavigator instance will be stored.
static String NAVOBJ_CACHE_KEY
           
static String NAVOBJ_CACHE_REGION
           
static String OBJECT_ID_KEY
          The request parameter key under which the navigation object id will be specified
static String PAGE_NUMBER_KEY
          The request parameter key under which the page number will be specified
static String PAGEITEM_CACHE_REGION
           
static String PAGEMAP_CACHE_KEY
           
static String PAGEMAP_CACHE_REGION
           
static String PARAMETER_MAP_FACTORY_KEY
           
static String TILESET_ANCHOR
          The anchor used in the configuration file to specify the location of the tileset name
 
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

DEFAULT_METS_VERSION

public static final String DEFAULT_METS_VERSION
The default mets version supported

See Also:
Constant Field Values

INTERFACE_KEY

public static final String INTERFACE_KEY
The context attribute key under which interface configuration object will be stored

See Also:
Constant Field Values

DATA_SOURCE_KEY

public static final String DATA_SOURCE_KEY
The context attribute key under which the data source object will be stored.

See Also:
Constant Field Values

NAVIGATOR_KEY

public static final String NAVIGATOR_KEY
The session attribute key under which the MetsNavigator instance will be stored.

See Also:
Constant Field Values

PARAMETER_MAP_FACTORY_KEY

public static final String PARAMETER_MAP_FACTORY_KEY
See Also:
Constant Field Values

NAVIGATE_ACTION

public static final String NAVIGATE_ACTION
The path of the NavigateAction in struts

See Also:
Constant Field Values

OBJECT_ID_KEY

public static final String OBJECT_ID_KEY
The request parameter key under which the navigation object id will be specified

See Also:
Constant Field Values

PAGE_NUMBER_KEY

public static final String PAGE_NUMBER_KEY
The request parameter key under which the page number will be specified

See Also:
Constant Field Values

LAYOUT_ANCHOR

public static final String LAYOUT_ANCHOR
The anchor used in the configuration file to specify the location of the layout name

See Also:
Constant Field Values

TILESET_ANCHOR

public static final String TILESET_ANCHOR
The anchor used in the configuration file to specify the location of the tileset name

See Also:
Constant Field Values

NAVIGATION_BEAN_KEY

public static final String NAVIGATION_BEAN_KEY
The request attribute key under which the NavigateScreenBean instance will be stored.

See Also:
Constant Field Values

INTERFACE_BEAN_KEY

public static final String INTERFACE_BEAN_KEY
The request attribute key under which the ConfiguredScreenBean will be stored.

See Also:
Constant Field Values

NAVOBJ_CACHE_KEY

public static final String NAVOBJ_CACHE_KEY
See Also:
Constant Field Values

NAVOBJ_CACHE_REGION

public static final String NAVOBJ_CACHE_REGION
See Also:
Constant Field Values

PAGEITEM_CACHE_REGION

public static final String PAGEITEM_CACHE_REGION
See Also:
Constant Field Values

PAGEMAP_CACHE_REGION

public static final String PAGEMAP_CACHE_REGION
See Also:
Constant Field Values

PAGEMAP_CACHE_KEY

public static final String PAGEMAP_CACHE_KEY
See Also:
Constant Field Values
Constructor Detail

Globals

public Globals()


Copyright © 2005 Trustees of Indiana University. All Rights Reserved.