Package fiftyone.pipeline.web
Class Constants
- java.lang.Object
-
- fiftyone.pipeline.web.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringClientSidePropertyCopyrightThe copyright message to add to all javascript.static StringCORE_JS_NAMEThe name of the core JavaScript served to the client.static StringCORE_JSON_NAMEThe name of the JSON served to the client.static booleanDEFAULT_CLIENTSIDE_ENABLEDDefault value for the client-side enabled option.static StringDEFAULT_CONFIG_FILEThe default path in a .war package to the 51Degrees configuration file.static StringDEFAULT_URL_PATTERNSThe default URL matching pattern to apply Pipeline processing to,static StringHTTPCONTEXT_FIFTYONEKey prefix used for 51Degrees data stored in the HTTP context.static StringHTTPCONTEXT_FLOWDATAKey used to store the FlowData object in the HTTP context.static StringPIPELINE_OPTIONSThe name used in the configuration options for the Pipeline's configuration element.
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
CORE_JS_NAME
public static final String CORE_JS_NAME
The name of the core JavaScript served to the client.- See Also:
- Constant Field Values
-
CORE_JSON_NAME
public static final String CORE_JSON_NAME
The name of the JSON served to the client.- See Also:
- Constant Field Values
-
HTTPCONTEXT_FIFTYONE
public static final String HTTPCONTEXT_FIFTYONE
Key prefix used for 51Degrees data stored in the HTTP context.- See Also:
- Constant Field Values
-
HTTPCONTEXT_FLOWDATA
public static final String HTTPCONTEXT_FLOWDATA
Key used to store the FlowData object in the HTTP context.- See Also:
- Constant Field Values
-
PIPELINE_OPTIONS
public static final String PIPELINE_OPTIONS
The name used in the configuration options for the Pipeline's configuration element.- See Also:
- Constant Field Values
-
ClientSidePropertyCopyright
public static final String ClientSidePropertyCopyright
The copyright message to add to all javascript. This message can not be altered by 3rd parties.- See Also:
- Constant Field Values
-
DEFAULT_CONFIG_FILE
public static final String DEFAULT_CONFIG_FILE
The default path in a .war package to the 51Degrees configuration file.- See Also:
- Constant Field Values
-
DEFAULT_URL_PATTERNS
public static final String DEFAULT_URL_PATTERNS
The default URL matching pattern to apply Pipeline processing to,- See Also:
- Constant Field Values
-
DEFAULT_CLIENTSIDE_ENABLED
public static final boolean DEFAULT_CLIENTSIDE_ENABLED
Default value for the client-side enabled option.- See Also:
- Constant Field Values
-
-