Class Constants
- java.lang.Object
-
- fiftyone.pipeline.javascriptbuilder.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_OBJECT_NAMEstatic StringDEFAULT_PROTOCOLstatic StringEVIDENCE_ENABLE_COOKIESThe complete key to be used when the JavaScriptBuilderElement 'enable cookies' parameter is supplied as part of the query string.static StringEVIDENCE_ENABLE_COOKIES_SUFFIXThe suffix used when the JavaScriptBuilderElement 'enable cookies' parameter is supplied as evidence.static StringEVIDENCE_HOST_KEYstatic StringEVIDENCE_OBJECT_NAMEstatic StringEVIDENCE_OBJECT_NAME_SUFFIXstatic StringTEMPLATE
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
EVIDENCE_HOST_KEY
public static final String EVIDENCE_HOST_KEY
- See Also:
- Constant Field Values
-
EVIDENCE_OBJECT_NAME_SUFFIX
public static final String EVIDENCE_OBJECT_NAME_SUFFIX
- See Also:
- Constant Field Values
-
EVIDENCE_OBJECT_NAME
public static final String EVIDENCE_OBJECT_NAME
- See Also:
- Constant Field Values
-
EVIDENCE_ENABLE_COOKIES_SUFFIX
public static final String EVIDENCE_ENABLE_COOKIES_SUFFIX
The suffix used when the JavaScriptBuilderElement 'enable cookies' parameter is supplied as evidence.- See Also:
- Constant Field Values
-
EVIDENCE_ENABLE_COOKIES
public static final String EVIDENCE_ENABLE_COOKIES
The complete key to be used when the JavaScriptBuilderElement 'enable cookies' parameter is supplied as part of the query string.- See Also:
- Constant Field Values
-
DEFAULT_PROTOCOL
public static final String DEFAULT_PROTOCOL
- See Also:
- Constant Field Values
-
TEMPLATE
public static final String TEMPLATE
- See Also:
- Constant Field Values
-
DEFAULT_OBJECT_NAME
public static final String DEFAULT_OBJECT_NAME
- See Also:
- Constant Field Values
-
-