Uses of Interface
org.hippoecm.hst.configuration.site.HstSite
-
Packages that use HstSite Package Description org.hippoecm.hst.configuration.experiencepage org.hippoecm.hst.configuration.hosting The org.hippoecm.hst.core.hosting package defines the API for the HST Core Hostingorg.hippoecm.hst.configuration.internal org.hippoecm.hst.configuration.sitemap The org.hippoecm.hst.configuration.sitemap package defines the API for the HST SiteMap Configurationorg.hippoecm.hst.configuration.sitemenu The org.hippoecm.hst.configuration.sitemenu package defines the API for the HST SiteMenu Configurationorg.hippoecm.hst.container.site org.hippoecm.hst.pagecomposer.jaxrs.api -
-
Uses of HstSite in org.hippoecm.hst.configuration.experiencepage
Methods in org.hippoecm.hst.configuration.experiencepage with parameters of type HstSite Modifier and Type Method Description HstComponentConfiguration
ExperiencePageService. loadExperiencePage(Node hstPage, HstSite hstSite, ClassLoader websiteClassLoader)
HstComponentConfiguration
ExperiencePageService. loadExperiencePageComponentItem(Node componentItem, HstSite hstSite, ClassLoader websiteClassLoader)
-
Uses of HstSite in org.hippoecm.hst.configuration.hosting
Methods in org.hippoecm.hst.configuration.hosting that return HstSite Modifier and Type Method Description HstSite
Mount. getHstSite()
-
Uses of HstSite in org.hippoecm.hst.configuration.internal
Methods in org.hippoecm.hst.configuration.internal that return HstSite Modifier and Type Method Description HstSite
ContextualizableMount. getPreviewHstSite()
internal only : not api -
Uses of HstSite in org.hippoecm.hst.configuration.sitemap
Methods in org.hippoecm.hst.configuration.sitemap that return HstSite Modifier and Type Method Description HstSite
HstSiteMap. getSite()
Return theHstSite
thisHstSiteMap
belongs to. -
Uses of HstSite in org.hippoecm.hst.configuration.sitemenu
Methods in org.hippoecm.hst.configuration.sitemenu that return HstSite Modifier and Type Method Description HstSite
HstSiteMenusConfiguration. getSite()
Return theHstSite
thisHstSiteMenusConfiguration
belongs to. -
Uses of HstSite in org.hippoecm.hst.container.site
Subinterfaces of HstSite in org.hippoecm.hst.container.site Modifier and Type Interface Description interface
CompositeHstSite
Methods in org.hippoecm.hst.container.site that return HstSite Modifier and Type Method Description HstSite
HstSiteProvider. getHstSite(HstSite master, Map<String,HstSite> branches, HstRequestContext requestContext)
AnHstSiteProvider
can choose based on some heuristic to return a specificHstSite
branch or to return the master.HstSite
CompositeHstSite. getMaster()
Methods in org.hippoecm.hst.container.site that return types with arguments of type HstSite Modifier and Type Method Description Map<String,HstSite>
CompositeHstSite. getBranches()
Methods in org.hippoecm.hst.container.site with parameters of type HstSite Modifier and Type Method Description HstSite
HstSiteProvider. getHstSite(HstSite master, Map<String,HstSite> branches, HstRequestContext requestContext)
AnHstSiteProvider
can choose based on some heuristic to return a specificHstSite
branch or to return the master.Method parameters in org.hippoecm.hst.container.site with type arguments of type HstSite Modifier and Type Method Description HstSite
HstSiteProvider. getHstSite(HstSite master, Map<String,HstSite> branches, HstRequestContext requestContext)
AnHstSiteProvider
can choose based on some heuristic to return a specificHstSite
branch or to return the master. -
Uses of HstSite in org.hippoecm.hst.pagecomposer.jaxrs.api
Methods in org.hippoecm.hst.pagecomposer.jaxrs.api that return HstSite Modifier and Type Method Description HstSite
ChannelEvent. getEditingPreviewSite()
-