public class NotificationMessageUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.exoplatform.services.log.Log |
LOG |
static ArgumentLiteral<String> |
NOT_HIGHLIGHT_COMMENT_PORPERTY |
static ArgumentLiteral<String> |
READ_PORPERTY |
static ArgumentLiteral<String> |
SHOW_POPOVER_PROPERTY |
| Constructor and Description |
|---|
NotificationMessageUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getMaxItemsInPopover()
Gets the number of notifications that are displayed in the popover list.
The first time this method is called, it will retrieve it from the configuration, via the property exo.notification.maxitems, or default to 8 if the property is not set. If the property is set to an incorrect value (negative number, 0, not a number), the default value is used too. |
protected static final org.exoplatform.services.log.Log LOG
public static final ArgumentLiteral<String> READ_PORPERTY
public static final ArgumentLiteral<String> SHOW_POPOVER_PROPERTY
public static final ArgumentLiteral<String> NOT_HIGHLIGHT_COMMENT_PORPERTY
public static int getMaxItemsInPopover()
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.