Class GCubeClientContext
- java.lang.Object
-
- org.gcube.portal.clientcontext.client.GCubeClientContext
-
- All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint
public class GCubeClientContext extends Object implements com.google.gwt.core.client.EntryPoint
- Author:
- Massimiliano Assante CNR-ISTI
-
-
Field Summary
Fields Modifier and Type Field Description static StringUSER_ID_ATTR_NAMEstatic StringVRE_ID_ATTR_NAME
-
Constructor Summary
Constructors Constructor Description GCubeClientContext()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgetCurrentContextId()static StringgetCurrentUserId()voidonModuleLoad()
-
-
-
Field Detail
-
VRE_ID_ATTR_NAME
public static final String VRE_ID_ATTR_NAME
- See Also:
- Constant Field Values
-
USER_ID_ATTR_NAME
public static final String USER_ID_ATTR_NAME
- See Also:
- Constant Field Values
-
-