Package org.hippoecm.hst.container.site
Interface CompositeHstSite
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,HstSite>
getBranches()
HstSite
getMaster()
-
Methods inherited from interface org.hippoecm.hst.configuration.site.HstSite
getCanonicalIdentifier, getChannel, getChannelInfo, getComponentsConfiguration, getConfigurationPath, getLocationMapTree, getLocationMapTreeComponentDocuments, getName, getSiteMap, getSiteMapItemHandlersConfiguration, getSiteMenusConfiguration, hasPreviewConfiguration
-
-
-
-
Method Detail
-
getMaster
HstSite getMaster()
- Returns:
- the master
-
getBranches
Map<String,HstSite> getBranches()
- Returns:
- the immutable Map of all the branches for this
CompositeHstSite
and empty set if missing. The keys are theChannel.getBranchId()
-
-