public class ResourceUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
STATUS_KEY_PREFIX |
static String |
TASK_PAGE_NAME |
static String |
TASK_PORTLET_NAME |
| Constructor and Description |
|---|
ResourceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildBaseURL() |
static String |
buildBaseURL(org.exoplatform.portal.mop.SiteKey siteKey,
org.exoplatform.container.ExoContainer container,
org.exoplatform.web.controller.router.Router router) |
static String |
resolveMessage(ResourceBundle bundle,
String key,
Object... args) |
static String |
resolveStatus(ResourceBundle bundle,
String name) |
static <T> List<T> |
subList(List<T> it,
int offset,
int limit) |
public static final String TASK_PAGE_NAME
public static final String TASK_PORTLET_NAME
public static final String STATUS_KEY_PREFIX
public static String resolveMessage(ResourceBundle bundle, String key, Object... args)
public static String resolveStatus(ResourceBundle bundle, String name)
public static String buildBaseURL()
public static String buildBaseURL(org.exoplatform.portal.mop.SiteKey siteKey, org.exoplatform.container.ExoContainer container, org.exoplatform.web.controller.router.Router router)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.