Uses of Class
io.meeds.layout.model.LayoutModel
Packages that use LayoutModel
-
Uses of LayoutModel in io.meeds.layout.rest
Methods in io.meeds.layout.rest that return LayoutModelModifier and TypeMethodDescriptionPageLayoutRest.updatePageLayout(jakarta.servlet.http.HttpServletRequest request, String pageRef, Optional<Boolean> publish, String expand, LayoutModel layoutModel) Methods in io.meeds.layout.rest that return types with arguments of type LayoutModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<LayoutModel> PageLayoutRest.getPageLayout(org.springframework.web.context.request.WebRequest webRequest, jakarta.servlet.http.HttpServletRequest request, String pageRef, long siteId, long applicationId, boolean impersonate, String expand) org.springframework.http.ResponseEntity<LayoutModel> SiteLayoutRest.getSiteLayout(org.springframework.web.context.request.WebRequest webRequest, jakarta.servlet.http.HttpServletRequest request, String siteType, String siteName, String expand) org.springframework.http.ResponseEntity<LayoutModel> SiteLayoutRest.updateSiteLayout(org.springframework.web.context.request.WebRequest webRequest, jakarta.servlet.http.HttpServletRequest request, String siteType, String siteName, Optional<Boolean> publish, String expand, LayoutModel layoutModel) Methods in io.meeds.layout.rest with parameters of type LayoutModelModifier and TypeMethodDescriptionPageLayoutRest.updatePageLayout(jakarta.servlet.http.HttpServletRequest request, String pageRef, Optional<Boolean> publish, String expand, LayoutModel layoutModel) org.springframework.http.ResponseEntity<LayoutModel> SiteLayoutRest.updateSiteLayout(org.springframework.web.context.request.WebRequest webRequest, jakarta.servlet.http.HttpServletRequest request, String siteType, String siteName, Optional<Boolean> publish, String expand, LayoutModel layoutModel) -
Uses of LayoutModel in io.meeds.layout.rest.util
Methods in io.meeds.layout.rest.util that return LayoutModelModifier and TypeMethodDescriptionstatic LayoutModelRestEntityBuilder.toLayoutModel(org.exoplatform.portal.config.model.ModelObject modelObject, org.exoplatform.portal.mop.service.LayoutService layoutService, String expand) -
Uses of LayoutModel in io.meeds.layout.util
Methods in io.meeds.layout.util with parameters of type LayoutModelModifier and TypeMethodDescriptionstatic voidDatabindUtils.retrieveBackgroundImages(LayoutModel layout, org.exoplatform.commons.file.services.FileService fileService) static voidDatabindUtils.saveAppBackgroundImages(long pageTemplateId, LayoutModel layout, org.exoplatform.social.attachment.AttachmentService attachmentService, long userIdentityId) static org.exoplatform.portal.config.model.ModelObjectEntityMapper.toModelObject(LayoutModel layoutModel)