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 that return 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 uiPortal, 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 modeUIPortalApplication.getUiPortal(org.exoplatform.portal.mop.SiteKey siteKey) UIWorkingWorkspace.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)