| Package | Description |
|---|---|
| org.exoplatform.wiki.commons | |
| org.exoplatform.wiki.webui | |
| org.exoplatform.wiki.webui.core |
| Modifier and Type | Method and Description |
|---|---|
static WikiMode |
Utils.getModeFromAction(String actionParam) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Utils.ajaxRedirect(org.exoplatform.webui.event.Event<? extends org.exoplatform.webui.core.UIComponent> event,
org.exoplatform.wiki.service.WikiPageParams pageParams,
WikiMode mode,
Map<String,String[]> params) |
static String |
Utils.createURLWithMode(org.exoplatform.wiki.service.WikiPageParams pageParams,
WikiMode mode,
Map<String,String[]> params) |
static String |
Utils.getActionFromWikiMode(WikiMode mode) |
static void |
Utils.redirect(org.exoplatform.wiki.service.WikiPageParams pageParams,
WikiMode mode) |
static void |
Utils.redirect(org.exoplatform.wiki.service.WikiPageParams pageParams,
WikiMode mode,
Map<String,String[]> params) |
| Modifier and Type | Field and Description |
|---|---|
List<WikiMode> |
UIWikiMaskWorkspace.accept_Modes |
| Modifier and Type | Method and Description |
|---|---|
WikiMode |
UIWikiMaskWorkspace.getCurrentMode() |
WikiMode |
UIWikiPortlet.getWikiMode() |
static WikiMode |
WikiMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WikiMode[] |
WikiMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UIWikiPortlet.changeMode(WikiMode newMode) |
| Modifier and Type | Field and Description |
|---|---|
protected List<WikiMode> |
UIWikiContainer.accept_Modes |
protected List<WikiMode> |
UIWikiForm.accept_Modes |
protected List<WikiMode> |
UIWikiComponent.accept_Modes |
| Modifier and Type | Method and Description |
|---|---|
WikiMode |
UIWikiContainer.getCurrentMode() |
WikiMode |
UIWikiForm.getCurrentMode() |
WikiMode |
UIWikiComponent.getCurrentMode() |
| Modifier and Type | Method and Description |
|---|---|
List<WikiMode> |
UIWikiContainer.getAccept_Modes() |
List<WikiMode> |
UIWikiForm.getAccept_Modes() |
List<WikiMode> |
UIWikiComponent.getAccept_Modes() |
| Modifier and Type | Method and Description |
|---|---|
void |
UIWikiContainer.setAccept_Modes(List<WikiMode> acceptModes) |
void |
UIWikiForm.setAccept_Modes(List<WikiMode> acceptModes) |
void |
UIWikiComponent.setAccept_Modes(List<WikiMode> acceptModes) |
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.