public class ForumUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EMPTY_STR |
protected static org.exoplatform.services.log.Log |
log |
static String |
POST |
static String |
SLASH |
static String |
TAG |
| Constructor and Description |
|---|
ForumUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildLink(String portalURI,
String containerName,
String selectedNode,
String type,
String id,
boolean isPrivate) |
static String |
createdForumLink(String type,
String id,
boolean isPrivate) |
static String |
createdSubForumLink(String type,
String id,
boolean isPrivate) |
static boolean |
isArrayEmpty(String[] strs) |
static boolean |
isEmpty(String str) |
protected static org.exoplatform.services.log.Log log
public static final String POST
public static final String TAG
public static final String SLASH
public static final String EMPTY_STR
public static String createdSubForumLink(String type, String id, boolean isPrivate)
public static String buildLink(String portalURI, String containerName, String selectedNode, String type, String id, boolean isPrivate)
public static boolean isEmpty(String str)
public static boolean isArrayEmpty(String[] strs)
Copyright © 2003–2022 eXo Platform SAS. All rights reserved.