Class NotificationConstants
- java.lang.Object
-
- org.exoplatform.news.notification.utils.NotificationConstants
-
public class NotificationConstants extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNotificationConstants.NOTIFICATION_CONTEXT
-
Field Summary
Fields Modifier and Type Field Description static StringACTIVITY_LINKstatic StringAUTHOR_AVATAR_URLstatic StringCONTENT_AUTHORstatic StringCONTENT_SPACEstatic StringCONTENT_SPACE_IDstatic StringCONTENT_TITLEstatic StringCONTENT_URLstatic StringCONTEXTstatic StringCURRENT_USERstatic StringILLUSTRATION_URLstatic StringMENTIONED_IDSstatic StringNEWS_ID
-
Constructor Summary
Constructors Constructor Description NotificationConstants()
-
-
-
Field Detail
-
NEWS_ID
public static final String NEWS_ID
- See Also:
- Constant Field Values
-
CONTENT_TITLE
public static final String CONTENT_TITLE
- See Also:
- Constant Field Values
-
CONTENT_AUTHOR
public static final String CONTENT_AUTHOR
- See Also:
- Constant Field Values
-
CONTENT_URL
public static final String CONTENT_URL
- See Also:
- Constant Field Values
-
ILLUSTRATION_URL
public static final String ILLUSTRATION_URL
- See Also:
- Constant Field Values
-
AUTHOR_AVATAR_URL
public static final String AUTHOR_AVATAR_URL
- See Also:
- Constant Field Values
-
CONTENT_SPACE
public static final String CONTENT_SPACE
- See Also:
- Constant Field Values
-
CONTENT_SPACE_ID
public static final String CONTENT_SPACE_ID
- See Also:
- Constant Field Values
-
ACTIVITY_LINK
public static final String ACTIVITY_LINK
- See Also:
- Constant Field Values
-
CONTEXT
public static final String CONTEXT
- See Also:
- Constant Field Values
-
CURRENT_USER
public static final String CURRENT_USER
- See Also:
- Constant Field Values
-
MENTIONED_IDS
public static final String MENTIONED_IDS
- See Also:
- Constant Field Values
-
-