Package io.meeds.layout.rest.util
Class RestEntityBuilder
java.lang.Object
io.meeds.layout.rest.util.RestEntityBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.exoplatform.portal.config.model.PagefromLayoutModel(LayoutModel layoutModel) static LayoutModeltoLayoutModel(org.exoplatform.portal.config.model.Page page, org.exoplatform.portal.mop.service.LayoutService layoutService, String expand) static SiteRestEntitytoSiteEntity(PageLayoutService pageLayoutService, org.exoplatform.portal.config.model.PortalConfig site, jakarta.servlet.http.HttpServletRequest request, Locale locale)
-
Method Details
-
toSiteEntity
public static SiteRestEntity toSiteEntity(PageLayoutService pageLayoutService, org.exoplatform.portal.config.model.PortalConfig site, jakarta.servlet.http.HttpServletRequest request, Locale locale) throws Exception - Throws:
Exception
-
toLayoutModel
public static LayoutModel toLayoutModel(org.exoplatform.portal.config.model.Page page, org.exoplatform.portal.mop.service.LayoutService layoutService, String expand) -
fromLayoutModel
-