|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.globalmanagement.RichTextEditorService
public final class RichTextEditorService
Service to manage front office and back office default rich text editor
Field Summary | |
---|---|
static String |
MARK_DEFAULT_TEXT_EDITOR
|
Method Summary | |
---|---|
static String |
getBackOfficeDefaultEditor()
Get the default rich text editor for back office |
static String |
getFrontOfficeDefaultEditor()
Get the default rich text editor for front office |
static ReferenceList |
getListEditorsForBackOffice(Locale locale)
Get the list of rich text editors for back office |
static ReferenceList |
getListEditorsForFrontOffice(Locale locale)
Get the list of rich text editors for front office |
static void |
updateBackOfficeDefaultEditor(String strEditorUrl)
Update the default rich text editor for back office |
static void |
updateFrontOfficeDefaultEditor(String strEditorUrl)
Update the default rich text editor for front office |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String MARK_DEFAULT_TEXT_EDITOR
Method Detail |
---|
public static String getBackOfficeDefaultEditor()
public static String getFrontOfficeDefaultEditor()
public static void updateBackOfficeDefaultEditor(String strEditorUrl)
strEditorUrl
- Name of the new rich text editor for back officepublic static void updateFrontOfficeDefaultEditor(String strEditorUrl)
strEditorUrl
- Name of the new rich text editor for front officepublic static ReferenceList getListEditorsForBackOffice(Locale locale)
locale
- The locale of to use
public static ReferenceList getListEditorsForFrontOffice(Locale locale)
locale
- The locale of to use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |