Class MessageConversations
- java.lang.Object
-
- org.gcube.portets.user.message_conversations.client.MessageConversations
-
- All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint
public class MessageConversations extends Object implements com.google.gwt.core.client.EntryPoint
- Author:
- Massimiliano Assante, CNR-ISTI
-
-
Field Summary
Fields Modifier and Type Field Description static StringARTIFACT_IDstatic StringDIV_CONTAINER_IDstatic StringUSER_PROFILE_OID
-
Constructor Summary
Constructors Constructor Description MessageConversations()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String[]getUserToShowId()decode the usernames from the location param (the list of usernames decoded should be comma separated e.g.voidonModuleLoad()This is the entry point method.
-
-
-
Field Detail
-
DIV_CONTAINER_ID
public static final String DIV_CONTAINER_ID
- See Also:
- Constant Field Values
-
ARTIFACT_ID
public static final String ARTIFACT_ID
- See Also:
- Constant Field Values
-
USER_PROFILE_OID
public static final String USER_PROFILE_OID
- See Also:
- Constant Field Values
-
-
Method Detail
-
onModuleLoad
public void onModuleLoad()
This is the entry point method.- Specified by:
onModuleLoadin interfacecom.google.gwt.core.client.EntryPoint
-
getUserToShowId
public static String[] getUserToShowId()
decode the usernames from the location param (the list of usernames decoded should be comma separated e.g. username1,username2)- Returns:
- the decoded (base64) userid
-
-