Class GenericSharedConstants
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.GenericSharedConstants
-
public final class GenericSharedConstants extends java.lang.Object
Some public shared constants.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DATA_STORE_SERVER_APPLICATION_PATH
static java.lang.String
DATA_STORE_SERVER_SERVICE_NAME
Part of the URL of the DSS service.static java.lang.String
DATA_STORE_SERVER_WEB_APPLICATION_NAME
Part of the URL of the DSS server.static java.lang.String
SESSION_ID_COOKIE
static java.lang.String
SESSION_ID_PARAMETER
-
-
-
Field Detail
-
DATA_STORE_SERVER_WEB_APPLICATION_NAME
public static final java.lang.String DATA_STORE_SERVER_WEB_APPLICATION_NAME
Part of the URL of the DSS server.- See Also:
- Constant Field Values
-
DATA_STORE_SERVER_APPLICATION_PATH
public static final java.lang.String DATA_STORE_SERVER_APPLICATION_PATH
- See Also:
- Constant Field Values
-
DATA_STORE_SERVER_SERVICE_NAME
public static final java.lang.String DATA_STORE_SERVER_SERVICE_NAME
Part of the URL of the DSS service.- See Also:
- Constant Field Values
-
SESSION_ID_COOKIE
public static final java.lang.String SESSION_ID_COOKIE
- See Also:
- Constant Field Values
-
SESSION_ID_PARAMETER
public static final java.lang.String SESSION_ID_PARAMETER
- See Also:
- Constant Field Values
-
-