Class Constants


  • public class Constants
    extends Object
    • 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
      • 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
    • Constructor Detail

      • Constants

        public Constants()