Constant Field Values
Contents
org.dashbuilder.*
-
org.dashbuilder.backend.RuntimeOptions Modifier and Type Constant Field Value public static final String
DASHBOARD_EXTENSION
".zip"
-
org.dashbuilder.backend.security.BasicAuthSecurityFilter Modifier and Type Constant Field Value public static final String
ALLOW_OPTIONS
"allowOptions"
public static final String
EXCEPTION_PATHS
"excludedPaths"
public static final String
INVALIDATE_PARAM
"invalidate"
public static final String
REALM_NAME_PARAM
"realmName"
-
org.dashbuilder.backend.security.LoginRedirectServlet Modifier and Type Constant Field Value public static final String
DISPLAY_AFTER_LOGIN_INIT_PARAM
"display-after-login"
public static final String
DISPLAY_WHEN_NOT_AUTH_INIT_PARAM
"display-when-not-authenticated"
-
org.dashbuilder.client.RuntimeClientLoader Modifier and Type Constant Field Value public static final String
IMPORT_ID_PARAM
"import"
-
org.dashbuilder.client.RuntimeEntryPoint Modifier and Type Constant Field Value public static final String
DASHBOARD_PARAM
"dashboard"
public static final String
PERSPECTIVE_PARAM
"perspective"
-
org.dashbuilder.client.error.DefaultRuntimeErrorCallback Modifier and Type Constant Field Value public static final String
PARSING_JSON_MSG
"Error parsing JSON: SyntaxError: Unexpected token \ufffd in JSON at position 1"
public static final String
PARSING_JSON_SYNTAX_MSG
"Error parsing JSON: SyntaxError: JSON.parse: unexpected character at line 1 column 2 of the JSON data"
public static final String
SCRIPT_ERROR_MSG
"Script error. (:0)"
-
org.dashbuilder.client.perspective.DashboardsListPerspective Modifier and Type Constant Field Value public static final String
ID
"DashboardsListPerspective"
-
org.dashbuilder.client.perspective.EmptyPerspective Modifier and Type Constant Field Value public static final String
ID
"EmptyPerspective"
-
org.dashbuilder.client.perspective.NotFoundPerspective Modifier and Type Constant Field Value public static final String
ID
"NotFoundPerspective"
-
org.dashbuilder.client.perspective.RouterPerspective Modifier and Type Constant Field Value public static final String
ID
"RouterPerspective"
-
org.dashbuilder.client.perspective.RuntimePerspective Modifier and Type Constant Field Value public static final String
ID
"RuntimePerspective"
-
org.dashbuilder.client.screens.DashboardsListScreen Modifier and Type Constant Field Value public static final String
ID
"ListDashboardsScreen"
-
org.dashbuilder.client.screens.EmptyScreen Modifier and Type Constant Field Value public static final String
ID
"EmptyScreen"
-
org.dashbuilder.client.screens.NotFoundScreen Modifier and Type Constant Field Value public static final String
ID
"NotFoundScreen"
-
org.dashbuilder.client.screens.RouterScreen Modifier and Type Constant Field Value public static final String
ID
"RouterScreen"
-
org.dashbuilder.client.screens.RuntimeScreen Modifier and Type Constant Field Value public static final String
ID
"RuntimeScreen"
public static final String
INDEX_PAGE_NAME
"index"
-
org.dashbuilder.shared.model.ImportDefinitions Modifier and Type Constant Field Value public static final String
COMPONENT_PREFIX
"dashbuilder/components"
public static final String
DATASET_DEF_PREFIX
"dashbuilder/datasets/definitions"
public static final String
DATASET_PREFIX
"dashbuilder/datasets"
public static final String
DATASET_SUFFIX
".dset"
public static final String
NAVIGATION_FILE
"dashbuilder/navigation/navigation/navtree.json"
public static final String
NAVIGATION_PREFIX
"dashbuilder/navigation"
public static final String
PERSPECTIVE_PREFIX
"dashbuilder/perspectives"
public static final String
PERSPECTIVE_SUFFIX
"perspective_layout"