Package org.hippoecm.hst.platform.model
Interface HstModel
-
public interface HstModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentManager
getComponentManager()
String
getConfigurationRootPath()
HstLinkCreator
getHstLinkCreator()
HstSiteMapMatcher
getHstSiteMapMatcher()
VirtualHosts
getVirtualHosts()
boolean
isHstConfigurationNodesLoaded()
-
-
-
Method Detail
-
getVirtualHosts
VirtualHosts getVirtualHosts()
-
getHstSiteMapMatcher
HstSiteMapMatcher getHstSiteMapMatcher()
-
getHstLinkCreator
HstLinkCreator getHstLinkCreator()
-
isHstConfigurationNodesLoaded
boolean isHstConfigurationNodesLoaded()
-
getConfigurationRootPath
String getConfigurationRootPath()
- Returns:
- Hst model JCR root path
-
getComponentManager
ComponentManager getComponentManager()
- Returns:
- the
ComponentManager
for this specificHstModel
-
-