Class DatasetImageOverviewUtilities
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.DatasetImageOverviewUtilities
-
public class DatasetImageOverviewUtilities extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PERM_ID_PARAMETER_KEY
The HTTP URL parameter used to specify the data set identifier.static java.lang.String
RESOLUTION_PARAMETER_KEY
The HTTP URL parameter used to specify the resolution of a requested image.static java.lang.String
SERVLET_NAME
static java.lang.String
SESSION_ID_PARAM
The HTTP URL parameter used to specify the DSS session id.static java.lang.String
TYPE_PARAMETER_KEY
The HTTP URL parameter used to specify the data set type code.
-
Constructor Summary
Constructors Constructor Description DatasetImageOverviewUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
createEmbededImageHtml(java.lang.String dssBaseURL, java.lang.String permId, java.lang.String typeCode, java.lang.String sessionId)
generates URL of an image on Data Store server
-
-
-
Field Detail
-
SERVLET_NAME
public static final java.lang.String SERVLET_NAME
- See Also:
- Constant Field Values
-
PERM_ID_PARAMETER_KEY
public static final java.lang.String PERM_ID_PARAMETER_KEY
The HTTP URL parameter used to specify the data set identifier.- See Also:
- Constant Field Values
-
TYPE_PARAMETER_KEY
public static final java.lang.String TYPE_PARAMETER_KEY
The HTTP URL parameter used to specify the data set type code.- See Also:
- Constant Field Values
-
RESOLUTION_PARAMETER_KEY
public static final java.lang.String RESOLUTION_PARAMETER_KEY
The HTTP URL parameter used to specify the resolution of a requested image.- See Also:
- Constant Field Values
-
SESSION_ID_PARAM
public static final java.lang.String SESSION_ID_PARAM
The HTTP URL parameter used to specify the DSS session id.- See Also:
- Constant Field Values
-
-