Uses of Class
org.exoplatform.portal.webui.portal.UIPortal
Packages that use UIPortal
Package
Description
-
Uses of UIPortal in org.exoplatform.portal.application
Methods in org.exoplatform.portal.application with parameters of type UIPortal -
Uses of UIPortal in org.exoplatform.portal.webui.page
Methods in org.exoplatform.portal.webui.page that return UIPortalMethods in org.exoplatform.portal.webui.page with parameters of type UIPortalModifier and TypeMethodDescriptionvoidUIPageBody.setPageBody(org.exoplatform.portal.mop.user.UserNode pageNode, UIPortal uiPortal) -
Uses of UIPortal in org.exoplatform.portal.webui.portal
Methods in org.exoplatform.portal.webui.portal with parameters of type UIPortalModifier and TypeMethodDescriptionvoidUIPortalLifecycle.processRender(UIPortal uicomponent, WebuiRequestContext context) -
Uses of UIPortal in org.exoplatform.portal.webui.util
Methods in org.exoplatform.portal.webui.util that return UIPortalMethods in org.exoplatform.portal.webui.util with parameters of type UIPortalModifier and TypeMethodDescriptionstatic voidPortalDataMapper.toUIPortal(UIPortal uiPortal, org.exoplatform.portal.config.model.PortalConfig model) static voidPortalDataMapper.toUIPortalWithMetaLayout(UIPortal uiPortal, org.exoplatform.portal.config.model.PortalConfig model) -
Uses of UIPortal in org.exoplatform.portal.webui.workspace
Methods in org.exoplatform.portal.webui.workspace that return UIPortalModifier and TypeMethodDescriptionUIWorkingWorkspace.getBackupUIPortal()UIPortalApplication.getCachedUIPortal(String ownerType, String ownerId) Returns a cached UIPortal matching to OwnerType and OwnerId if anyUIPortalApplication.getCachedUIPortal(org.exoplatform.portal.mop.SiteKey key) UIPortalApplication.getCurrentSite()Returns current UIPortal which being showed in normal modeUIWorkingWorkspace.restoreUIPortal()Methods in org.exoplatform.portal.webui.workspace with parameters of type UIPortalModifier and TypeMethodDescriptionvoidUIPortalApplication.putCachedUIPortal(UIPortal uiPortal) Associates the specified UIPortal to a cache map with specified key which bases on OwnerType and OwnerIdvoidUIWorkingWorkspace.setBackupUIPortal(UIPortal uiPortal) voidUIPortalApplication.setCurrentSite(UIPortal uiPortal) Sets the specified portal to be showed in the normal mode currently