org.exoplatform.wiki.webui
Class UIWikiPortlet

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.webui.core.UIApplication
              extended by org.exoplatform.webui.core.UIPortletApplication
                  extended by org.exoplatform.wiki.webui.UIWikiPortlet

public class UIWikiPortlet
extends org.exoplatform.webui.core.UIPortletApplication


Nested Class Summary
static class UIWikiPortlet.ChangeModeActionListener
           
static class UIWikiPortlet.PopupLevel
           
static class UIWikiPortlet.RedirectActionListener
           
static class UIWikiPortlet.ViewPageActionListener
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
static String CHANGE_MODE_ACTION
           
static String REDIRECT_ACTION
           
static String VIEW_PAGE_ACTION
           
static String WIKI_PORTLET_ACTION_PREFIX
           
 
Fields inherited from class org.exoplatform.webui.core.UIPortletApplication
CONFIG_MODE, EDIT_MODE, HELP_MODE, VIEW_MODE
 
Fields inherited from class org.exoplatform.webui.core.UIApplication
log
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIWikiPortlet()
           
 
Method Summary
 void changeEditMode(EditMode newEditMode)
           
 void changeMode(WikiMode newMode)
           
 EditMode getEditMode()
           
 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)
           
 
Methods inherited from class org.exoplatform.webui.core.UIPortletApplication
getMinHeight, getMinWidth, getUIPopupMessages, renderChildren, serveResource, setMinHeight, setMinWidth
 
Methods inherited from class org.exoplatform.webui.core.UIApplication
addMessage, addMessage, clearMessages, findComponentById, getLastAccessApplication, getOwner, getUIComponentName, processAction, renderBlockToUpdate, setLastAccessApplication, setOwner
 
Methods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, 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, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VIEW_PAGE_ACTION

public static String VIEW_PAGE_ACTION

CHANGE_MODE_ACTION

public static String CHANGE_MODE_ACTION

REDIRECT_ACTION

public static String REDIRECT_ACTION

WIKI_PORTLET_ACTION_PREFIX

public static String WIKI_PORTLET_ACTION_PREFIX
Constructor Detail

UIWikiPortlet

public UIWikiPortlet()
              throws Exception
Throws:
Exception
Method Detail

getPortletPreferences

public WikiPortletPreference getPortletPreferences()

setPortletPreferences

public void setPortletPreferences(WikiPortletPreference portletPreferences)

getResourceBundle

public ResourceBundle getResourceBundle()

processRender

public void processRender(org.exoplatform.webui.application.WebuiApplication app,
                          org.exoplatform.webui.application.WebuiRequestContext context)
                   throws Exception
Overrides:
processRender in class org.exoplatform.webui.core.UIPortletApplication
Throws:
Exception

getPopupContainer

public org.exoplatform.webui.core.UIPopupContainer getPopupContainer(UIWikiPortlet.PopupLevel level)

getWikiMode

public WikiMode getWikiMode()

getEditMode

public EditMode getEditMode()

getSectionIndex

public String getSectionIndex()

setSectionIndex

public void setSectionIndex(String sectionIndex)

getRedirectURL

public String getRedirectURL()

setRedirectURL

public void setRedirectURL(String redirectURL)

changeMode

public void changeMode(WikiMode newMode)

changeEditMode

public void changeEditMode(EditMode newEditMode)

getUIExtContext

public HashMap<String,Object> getUIExtContext()
                                       throws Exception
Throws:
Exception

isKeepSessionAlive

protected boolean isKeepSessionAlive()


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.