public class UIWikiPortlet
extends org.exoplatform.webui.core.UIPortletApplication
| Modifier and Type | Class and Description |
|---|---|
static class |
UIWikiPortlet.ChangeModeActionListener |
static class |
UIWikiPortlet.PopupLevel |
static class |
UIWikiPortlet.RedirectActionListener |
static class |
UIWikiPortlet.ViewPageActionListener |
| Modifier and Type | Field and Description |
|---|---|
static String |
CHANGE_MODE_ACTION |
static String |
REDIRECT_ACTION |
static String |
VIEW_PAGE_ACTION |
static String |
WIKI_PORTLET_ACTION_PREFIX |
| Constructor and Description |
|---|
UIWikiPortlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeEditMode(EditMode newEditMode) |
void |
changeEditorMode(EditorMode newMode)
changes the mode of wiki editor
|
void |
changeMode(WikiMode newMode) |
EditMode |
getEditMode() |
EditorMode |
getEditorMode()
gets the mode of wiki editor
|
org.exoplatform.webui.core.UIPopupContainer |
getPopupContainer(UIWikiPortlet.PopupLevel level) |
WikiPortletPreference |
getPortletPreferences() |
String |
getRedirectURL() |
ResourceBundle |
getResourceBundle() |
String |
getSectionIndex() |
HashMap<String,Object> |
getUIExtContext() |
WikiMode |
getWikiMode() |
protected boolean |
isKeepSessionAlive() |
void |
processRender(org.exoplatform.webui.application.WebuiApplication app,
org.exoplatform.webui.application.WebuiRequestContext context) |
void |
setPortletPreferences(WikiPortletPreference portletPreferences) |
void |
setRedirectURL(String redirectURL) |
void |
setSectionIndex(String sectionIndex) |
getMinHeight, getMinWidth, getUIPopupMessages, renderChildren, serveResource, setMinHeight, setMinWidthaddMessage, addMessage, clearMessages, findComponentById, getLastAccessApplication, getOwner, getUIComponentName, processAction, renderBlockToUpdate, setLastAccessApplication, setOwneraddChild, addChild, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypesbroadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processDecode, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, urlpublic static String VIEW_PAGE_ACTION
public static String CHANGE_MODE_ACTION
public static String REDIRECT_ACTION
public static String WIKI_PORTLET_ACTION_PREFIX
public WikiPortletPreference getPortletPreferences()
public void setPortletPreferences(WikiPortletPreference portletPreferences)
public ResourceBundle getResourceBundle()
public void processRender(org.exoplatform.webui.application.WebuiApplication app,
org.exoplatform.webui.application.WebuiRequestContext context)
throws Exception
processRender in class org.exoplatform.webui.core.UIPortletApplicationExceptionpublic org.exoplatform.webui.core.UIPopupContainer getPopupContainer(UIWikiPortlet.PopupLevel level)
public WikiMode getWikiMode()
public EditMode getEditMode()
public EditorMode getEditorMode()
public String getSectionIndex()
public void setSectionIndex(String sectionIndex)
public String getRedirectURL()
public void setRedirectURL(String redirectURL)
public void changeMode(WikiMode newMode)
public void changeEditMode(EditMode newEditMode)
public void changeEditorMode(EditorMode newMode)
newMode - the new modeprotected boolean isKeepSessionAlive()
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.