51Degrees Pipeline for Java

fiftyone.pipeline.web.Constants Class Reference

Static Public Attributes

static final String CORE_JS_NAME = "51Degrees.core.js"
 The name of the core JavaScript served to the client.
static final String CORE_JSON_NAME = "51Degrees.core.json"
 The name of the JSON served to the client.
static final String HTTPCONTEXT_FIFTYONE
 Key prefix used for 51Degrees data stored in the HTTP context.
static final String HTTPCONTEXT_FLOWDATA
 Key used to store the FlowData object in the HTTP context.
static final String PIPELINE_OPTIONS = "PipelineOptions"
 The name used in the configuration options for the Pipeline's configuration element.
static final String ClientSidePropertyCopyright
 The copyright message to add to all javascript.
static final String DEFAULT_CONFIG_FILE = "/WEB-INF/51Degrees.xml"
 The default path in a .war package to the 51Degrees configuration file.
static final String DEFAULT_URL_PATTERNS = "/*"
 The default URL matching pattern to apply Pipeline processing to,.
static final boolean DEFAULT_CLIENTSIDE_ENABLED = true
 Default value for the client-side enabled option.

Member Data Documentation

◆ ClientSidePropertyCopyright

final String fiftyone.pipeline.web.Constants.ClientSidePropertyCopyright
static
Initial value:
=
"// Copyright 51Degrees Mobile Experts Limited"

The copyright message to add to all javascript.

This message can not be altered by 3rd parties.

◆ HTTPCONTEXT_FIFTYONE

final String fiftyone.pipeline.web.Constants.HTTPCONTEXT_FIFTYONE
static
Initial value:
=
"fiftyonedegrees"

Key prefix used for 51Degrees data stored in the HTTP context.

◆ HTTPCONTEXT_FLOWDATA

final String fiftyone.pipeline.web.Constants.HTTPCONTEXT_FLOWDATA
static
Initial value:
=
HTTPCONTEXT_FIFTYONE + ".flowdata"
static final String HTTPCONTEXT_FIFTYONE
Key prefix used for 51Degrees data stored in the HTTP context.
Definition pipeline.web.packages/pipeline.web/src/main/java/fiftyone/pipeline/web/Constants.java:40

Key used to store the FlowData object in the HTTP context.