Class UIPortal


public class UIPortal extends UIContainer
  • Constructor Details

    • UIPortal

      public UIPortal()
  • Method Details

    • getSiteType

      public org.exoplatform.portal.mop.SiteType getSiteType()
    • getNavPath

      public org.exoplatform.portal.mop.user.UserNode getNavPath()
    • getUIPage

      public UIPage getUIPage(String pageReference)
      Return cached UIPage associated to the specified pageReference
      Parameters:
      pageReference - key whose associated UIPage is to be returned
      Returns:
      the UIPage associated to the specified pageReference or null if not any
    • getMaximizedUIComponent

      public UIComponent getMaximizedUIComponent()
    • setUIPage

      public void setUIPage(String pageReference, UIPage uiPage)
    • isDraftPage

      public boolean isDraftPage()
    • isNoCache

      public boolean isNoCache()
    • clearUIPage

      public void clearUIPage(String pageReference)
    • getUserNavigation

      public org.exoplatform.portal.mop.user.UserNavigation getUserNavigation()
    • getSelectedUserNode

      public org.exoplatform.portal.mop.user.UserNode getSelectedUserNode()
    • getProperty

      public String getProperty(String name, String defaultValue)
    • getProperty

      public String getProperty(String name)
    • setHeaderAndFooterRendered

      public void setHeaderAndFooterRendered(boolean headerAndFooterRendered)