|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.jcms.WysiwygRenderer
public class WysiwygRenderer
This class contains a set of utility static methods to process wysiwyg text.
| Field Summary | |
|---|---|
static java.lang.String |
REVISION
|
| Fields inherited from interface com.jalios.util.JaliosConstants |
|---|
CRLF, MILLIS_IN_ONE_DAY, MILLIS_IN_ONE_HOUR, MILLIS_IN_ONE_MINUTE, MILLIS_IN_ONE_MONTH, MILLIS_IN_ONE_SECOND, MILLIS_IN_ONE_WEEK, MILLIS_IN_ONE_YEAR |
| Constructor Summary | |
|---|---|
WysiwygRenderer()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
processWysiwyg(java.lang.String wysiwyg,
java.util.Locale locale)
Delegate processsing on PolicyManager |
static java.lang.String |
processWysiwygBaseUrl(java.lang.String wysiwyg,
java.util.Locale locale)
Replace the baseUrl pattern ( \${? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String REVISION
| Constructor Detail |
|---|
public WysiwygRenderer()
| Method Detail |
|---|
public static java.lang.String processWysiwyg(java.lang.String wysiwyg,
java.util.Locale locale)
wysiwyg - the processed wysiwyglocale - the userLocale
public static java.lang.String processWysiwygBaseUrl(java.lang.String wysiwyg,
java.util.Locale locale)
\${?baseUrl}?) with the current base URL
(or the default channel base URL when rendering occurs outside an http request).
wysiwyg - the wysiwyg textlocale - the current user Locale
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||