|
Jive Forums API (5.5.8) Developer Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.forum.util.ForumUtils
public class ForumUtils
Utility class for common code that is not skin specific but is unique to Jive Forums.
| Method Summary | |
|---|---|
static java.lang.String |
getI18nKeyName(PrivateMessageFolder folder)
Returns the i18n key name for the given folder. |
static java.lang.String |
replaceTokens(java.lang.String string,
ForumMessage message,
java.lang.String queryString)
Replaces tokens with the correct values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String replaceTokens(java.lang.String string,
ForumMessage message,
java.lang.String queryString)
string - the email template to do token replacements on.public static java.lang.String getI18nKeyName(PrivateMessageFolder folder)
This method will return null for user defined folders.
folder - the PrivateMessageFolder object to examine.
|
Jive Forums Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||