org.rhq.enterprise.gui.legacy
Interface KeyConstants

All Known Implementing Classes:
Constants

public interface KeyConstants

Constant values used as keys in maps


Field Summary
static String DEPL_CHILD_MODE_ATTR
           
static String HELP_BASE_URL_KEY
          Keys in the WebUser.preferences (i.e., in the userprefs ConfigResponse) XXX NOTE: These are mostly hardcoded all over the place (LAME).
static String INTERN_CHILD_MODE_ATTR
           
static String LOGON_URL_KEY
           
static String MOCK_AI_BOSS
          key value for testMode string stored in System.properties
static String MOCK_APPDEF_BOSS
          key value for testMode string stored in System.properties
static String MOCK_AUTH_BOSS
          key value for testMode string stored in System.properties
static String MOCK_AUTHZ_BOSS
          key value for testMode string stored in System.properties
static String MOCK_CONTROL_BOSS
          key value for testMode string stored in System.properties
static String MOCK_MEASUREMENT_BOSS
          key value for testMode string stored in System.properties
static String MOCK_PRODUCT_BOSS
          key value for testMode string stored in System.properties
static String MOCK_TEST_MODE
          key value for testMode string stored in System.properties
static String MODE_ADD_METRICS
           
static String MODE_MON_CUR
           
static String MODE_MON_DEPL_SVCS
           
static String MODE_MON_DEPL_SVRS
           
static String MODE_MON_EDIT_RANGE
           
static String MODE_MON_EVENT
           
static String MODE_MON_INTERN_SVCS
           
static String MODE_MON_PERF
           
static String MODE_MON_RES_METS
           
static String MODE_MON_URL
           
static String MON_SVC_TYPE
           
static String PAGE_TITLE_KEY
          key that will contain the cam specific page title context.
 

Field Detail

HELP_BASE_URL_KEY

static final String HELP_BASE_URL_KEY
Keys in the WebUser.preferences (i.e., in the userprefs ConfigResponse) XXX NOTE: These are mostly hardcoded all over the place (LAME). I'm starting to move these over one-by-one whenver I work with one of them. And even the ones defined here are still hardcoded in the JSPs, because it's often difficult to reference constants in the contexts in which they are used.

See Also:
Constant Field Values

PAGE_TITLE_KEY

static final String PAGE_TITLE_KEY
key that will contain the cam specific page title context.

See Also:
Constant Field Values

LOGON_URL_KEY

static final String LOGON_URL_KEY
See Also:
Constant Field Values

MODE_MON_CUR

static final String MODE_MON_CUR
See Also:
Constant Field Values

MODE_MON_RES_METS

static final String MODE_MON_RES_METS
See Also:
Constant Field Values

MODE_MON_DEPL_SVRS

static final String MODE_MON_DEPL_SVRS
See Also:
Constant Field Values

MODE_MON_DEPL_SVCS

static final String MODE_MON_DEPL_SVCS
See Also:
Constant Field Values

MODE_MON_INTERN_SVCS

static final String MODE_MON_INTERN_SVCS
See Also:
Constant Field Values

MODE_MON_PERF

static final String MODE_MON_PERF
See Also:
Constant Field Values

MODE_MON_EVENT

static final String MODE_MON_EVENT
See Also:
Constant Field Values

MODE_MON_URL

static final String MODE_MON_URL
See Also:
Constant Field Values

INTERN_CHILD_MODE_ATTR

static final String INTERN_CHILD_MODE_ATTR
See Also:
Constant Field Values

DEPL_CHILD_MODE_ATTR

static final String DEPL_CHILD_MODE_ATTR
See Also:
Constant Field Values

MON_SVC_TYPE

static final String MON_SVC_TYPE
See Also:
Constant Field Values

MODE_MON_EDIT_RANGE

static final String MODE_MON_EDIT_RANGE
See Also:
Constant Field Values

MODE_ADD_METRICS

static final String MODE_ADD_METRICS
See Also:
Constant Field Values

MOCK_TEST_MODE

static final String MOCK_TEST_MODE
key value for testMode string stored in System.properties

See Also:
Constant Field Values

MOCK_AUTH_BOSS

static final String MOCK_AUTH_BOSS
key value for testMode string stored in System.properties

See Also:
Constant Field Values

MOCK_AUTHZ_BOSS

static final String MOCK_AUTHZ_BOSS
key value for testMode string stored in System.properties

See Also:
Constant Field Values

MOCK_APPDEF_BOSS

static final String MOCK_APPDEF_BOSS
key value for testMode string stored in System.properties

See Also:
Constant Field Values

MOCK_CONTROL_BOSS

static final String MOCK_CONTROL_BOSS
key value for testMode string stored in System.properties

See Also:
Constant Field Values

MOCK_AI_BOSS

static final String MOCK_AI_BOSS
key value for testMode string stored in System.properties

See Also:
Constant Field Values

MOCK_PRODUCT_BOSS

static final String MOCK_PRODUCT_BOSS
key value for testMode string stored in System.properties

See Also:
Constant Field Values

MOCK_MEASUREMENT_BOSS

static final String MOCK_MEASUREMENT_BOSS
key value for testMode string stored in System.properties

See Also:
Constant Field Values


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.