public class PageUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <S> org.exoplatform.portal.config.model.Application<S> |
copy(org.exoplatform.portal.config.model.Application<S> existing) |
static <S> org.exoplatform.portal.config.model.ApplicationState<S> |
copy(org.exoplatform.portal.config.model.ApplicationType<S> type,
org.exoplatform.portal.config.model.ApplicationState<S> existing) |
static org.exoplatform.portal.config.model.Container |
copy(org.exoplatform.portal.config.model.Container existing) |
static org.exoplatform.portal.config.model.Page.PageSet |
copy(org.exoplatform.portal.config.model.Page.PageSet existingPageSet) |
static org.exoplatform.portal.config.model.Page |
copy(org.exoplatform.portal.config.model.Page existing) |
static org.exoplatform.portal.config.model.PageBody |
copy(org.exoplatform.portal.config.model.PageBody existing) |
static org.exoplatform.portal.config.model.PortalConfig |
copy(org.exoplatform.portal.config.model.PortalConfig existing) |
static org.exoplatform.portal.config.model.Page.PageSet |
getAllPages(org.exoplatform.portal.config.DataStorage dataStorage,
org.exoplatform.portal.mop.page.PageService pageService,
org.exoplatform.portal.mop.SiteKey siteKey) |
static org.exoplatform.portal.config.model.Page |
getPage(org.exoplatform.portal.config.DataStorage dataStorage,
org.exoplatform.portal.mop.page.PageService pageService,
org.exoplatform.portal.mop.page.PageKey pageKey) |
static org.exoplatform.portal.mop.page.PageData |
getPageData(org.gatein.mop.api.workspace.Page page) |
public static org.exoplatform.portal.mop.page.PageData getPageData(org.gatein.mop.api.workspace.Page page)
public static org.exoplatform.portal.config.model.Page getPage(org.exoplatform.portal.config.DataStorage dataStorage,
org.exoplatform.portal.mop.page.PageService pageService,
org.exoplatform.portal.mop.page.PageKey pageKey)
throws Exception
Exceptionpublic static org.exoplatform.portal.config.model.Page.PageSet getAllPages(org.exoplatform.portal.config.DataStorage dataStorage,
org.exoplatform.portal.mop.page.PageService pageService,
org.exoplatform.portal.mop.SiteKey siteKey)
throws Exception
Exceptionpublic static <S> org.exoplatform.portal.config.model.Application<S> copy(org.exoplatform.portal.config.model.Application<S> existing)
public static <S> org.exoplatform.portal.config.model.ApplicationState<S> copy(org.exoplatform.portal.config.model.ApplicationType<S> type,
org.exoplatform.portal.config.model.ApplicationState<S> existing)
public static org.exoplatform.portal.config.model.Container copy(org.exoplatform.portal.config.model.Container existing)
public static org.exoplatform.portal.config.model.Page copy(org.exoplatform.portal.config.model.Page existing)
public static org.exoplatform.portal.config.model.Page.PageSet copy(org.exoplatform.portal.config.model.Page.PageSet existingPageSet)
public static org.exoplatform.portal.config.model.PageBody copy(org.exoplatform.portal.config.model.PageBody existing)
public static org.exoplatform.portal.config.model.PortalConfig copy(org.exoplatform.portal.config.model.PortalConfig existing)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.