Uses of Class
io.meeds.layout.rest.model.SiteRestEntity
Packages that use SiteRestEntity
-
Uses of SiteRestEntity in io.meeds.layout.rest
Methods in io.meeds.layout.rest that return types with arguments of type SiteRestEntityModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SiteRestEntity>SiteLayoutRest.createSite(jakarta.servlet.http.HttpServletRequest request, SiteCreateModel createModel) org.springframework.http.ResponseEntity<SiteRestEntity>SiteLayoutRest.getSite(jakarta.servlet.http.HttpServletRequest request, String siteType, String siteName, String lang) org.springframework.http.ResponseEntity<SiteRestEntity>SiteLayoutRest.getSiteById(jakarta.servlet.http.HttpServletRequest request, long siteId, String lang) -
Uses of SiteRestEntity in io.meeds.layout.rest.util
Methods in io.meeds.layout.rest.util that return SiteRestEntityModifier and TypeMethodDescriptionstatic SiteRestEntityRestEntityBuilder.toSiteEntity(PageLayoutService pageLayoutService, org.exoplatform.portal.config.model.PortalConfig site, jakarta.servlet.http.HttpServletRequest request, Locale locale)