Class UISpacesSwitcher

java.lang.Object
org.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.commons.UISpacesSwitcher

public class UISpacesSwitcher extends org.exoplatform.webui.core.UIContainer
Created by The eXo Platform SAS Author : Tran Hung Phong phongth@exoplatform.com Oct 23, 2012
  • Field Details

    • SPACE_ID_PARAMETER

      public static final String SPACE_ID_PARAMETER
      See Also:
    • SELECT_SPACE_ACTION

      public static final String SELECT_SPACE_ACTION
      See Also:
    • DEFAULT_INVALIDING_CACHE_TIME

      public static final long DEFAULT_INVALIDING_CACHE_TIME
      See Also:
    • invalidingCacheTime

      protected long invalidingCacheTime
  • Constructor Details

  • Method Details

    • init

      public void init(EventUIComponent eventComponent)
    • getEventComponent

      public EventUIComponent getEventComponent()
    • setCurrentSpaceName

      public void setCurrentSpaceName(String currentSpaceName)
    • getCurrentSpaceName

      public String getCurrentSpaceName()
    • getMySpaceLabel

      public String getMySpaceLabel()
    • setMySpaceLabel

      public void setMySpaceLabel(String mySpaceLabel)
    • isShowPortalSpace

      public boolean isShowPortalSpace()
    • setShowPortalSpace

      public void setShowPortalSpace(boolean isShowPortalSpace)
    • isShowUserSpace

      public boolean isShowUserSpace()
    • setShowUserSpace

      public void setShowUserSpace(boolean isShowUserSpace)
    • setAutoResize

      public void setAutoResize(boolean isAutoResize)
    • isAutoResize

      public boolean isAutoResize()
    • setAppId

      public void setAppId(String appId)
    • getAppId

      public String getAppId()
    • getUsername

      public String getUsername()
    • getPortalSpaceId

      public String getPortalSpaceId()
    • isCurrentPortalWiki

      public boolean isCurrentPortalWiki()
    • getPortalSpaceLabel

      public String getPortalSpaceLabel()
    • setPortalSpaceLabel

      public void setPortalSpaceLabel(String portalSpaceLabel)
    • getBaseRestUrl

      protected String getBaseRestUrl()
    • getSocialBaseRestUrl

      protected String getSocialBaseRestUrl()
    • createSelectSpaceEvent

      protected String createSelectSpaceEvent(String spaceId) throws Exception
      Throws:
      Exception