Uses of Interface
org.hippoecm.hst.configuration.model.HstNode

Packages that use HstNode
org.hippoecm.hst.configuration.components The org.hippoecm.hst.configuration.components package defines the API for the HST Components Configuration 
org.hippoecm.hst.configuration.hosting The org.hippoecm.hst.core.hosting package defines the API for the HST Core Hosting 
org.hippoecm.hst.configuration.model   
org.hippoecm.hst.configuration.sitemap The org.hippoecm.hst.configuration.sitemap package defines the API for the HST SiteMap Configuration 
org.hippoecm.hst.configuration.sitemapitemhandler   
org.hippoecm.hst.configuration.sitemenu The org.hippoecm.hst.configuration.sitemenu package defines the API for the HST SiteMenu Configuration 
 

Uses of HstNode in org.hippoecm.hst.configuration.components
 

Method parameters in org.hippoecm.hst.configuration.components with type arguments of type HstNode
protected  void HstComponentConfigurationService.setRenderPath(Map<String,HstNode> templateResourceMap)
           
protected  void HstComponentConfigurationService.setServeResourcePath(Map<String,HstNode> templateResourceMap)
           
 

Constructors in org.hippoecm.hst.configuration.components with parameters of type HstNode
HstComponentConfigurationService(HstNode node, HstComponentConfiguration parent, String rootNodeName)
           
HstComponentConfigurationService(HstNode node, HstComponentConfiguration parent, String rootNodeName, boolean traverseDescendants)
           
HstComponentsConfigurationService(HstNode configurationNode, HstManagerImpl hstManager)
           
 

Uses of HstNode in org.hippoecm.hst.configuration.hosting
 

Constructors in org.hippoecm.hst.configuration.hosting with parameters of type HstNode
MountService(HstNode mount, Mount parent, VirtualHost virtualHost, HstManagerImpl hstManager, int port)
           
PortMountService(HstNode portMount, VirtualHost virtualHost, HstManagerImpl hstManager)
           
VirtualHostService(VirtualHostsService virtualHosts, HstNode virtualHostNode, VirtualHostService parentHost, String hostGroupName, String cmsLocation, int defaultPort, HstManagerImpl hstManager)
           
VirtualHostsService(HstNode virtualHostsConfigurationNode, HstManagerImpl hstManager)
           
 

Uses of HstNode in org.hippoecm.hst.configuration.model
 

Subinterfaces of HstNode in org.hippoecm.hst.configuration.model
 interface HstSiteRootNode
           
 

Classes in org.hippoecm.hst.configuration.model that implement HstNode
 class HstNodeImpl
          A HstNodeImpl is a node that during initialization fetches everything it needs, after which, it detaches its backing content provider.
 class HstSiteConfigurationRootNodeImpl
           
 class HstSiteRootNodeImpl
           
 

Methods in org.hippoecm.hst.configuration.model that return HstNode
protected  HstNode HstNodeImpl.createNew(javax.jcr.Node jcrNode, HstNode parent, boolean loadChilds)
           
 HstNode HstManagerImpl.getCommonCatalog()
           
 HstNode HstNodeImpl.getNode(String relPath)
           
 HstNode HstNode.getNode(String relPath)
           
 HstNode HstNodeImpl.getParent()
           
 HstNode HstNode.getParent()
           
 

Methods in org.hippoecm.hst.configuration.model that return types with arguments of type HstNode
 Map<String,HstNode> HstNodeImpl.getChildren()
           
 Map<String,HstNode> HstManagerImpl.getEnhancedConfigurationRootNodes()
           
 List<HstNode> HstNodeImpl.getNodes()
           
 List<HstNode> HstNode.getNodes()
           
 List<HstNode> HstNodeImpl.getNodes(String configNodeTypeName)
           
 List<HstNode> HstNode.getNodes(String nodeTypeName)
           
 

Methods in org.hippoecm.hst.configuration.model with parameters of type HstNode
 void HstNodeImpl.addNode(String name, HstNode hstNode)
           
 void HstNode.addNode(String name, HstNode hstNode)
          add a child hstNode with name.
protected  HstNode HstNodeImpl.createNew(javax.jcr.Node jcrNode, HstNode parent, boolean loadChilds)
           
protected  void HstNodeImpl.loadChilds(javax.jcr.Node jcrNode, HstNode parent)
           
 

Constructors in org.hippoecm.hst.configuration.model with parameters of type HstNode
HstNodeImpl(boolean inherited, HstNodeImpl node, HstNode parent)
          This is a copy constructor.
HstNodeImpl(HstNodeImpl node, HstNode parent)
          This is a copy constructor.
HstNodeImpl(javax.jcr.Node jcrNode, HstNode parent, boolean loadChilds)
           
HstSiteRootNodeImpl(javax.jcr.Node siteRootNode, HstNode parent)
           
 

Constructor parameters in org.hippoecm.hst.configuration.model with type arguments of type HstNode
HstSiteConfigurationRootNodeImpl(HstNodeImpl configurationRootNode, Map<String,HstNode> configurationRootNodes, String rootPath)
           
 

Uses of HstNode in org.hippoecm.hst.configuration.sitemap
 

Constructors in org.hippoecm.hst.configuration.sitemap with parameters of type HstNode
HstSiteMapItemService(HstNode node, Mount mount, HstSiteMapItemHandlersConfiguration siteMapItemHandlersConfiguration, HstSiteMapItem parentItem, HstSiteMap hstSiteMap, int depth)
           
HstSiteMapService(HstSite hstSite, HstNode siteMapNode, Mount mount, HstSiteMapItemHandlersConfiguration siteMapItemHandlersConfiguration)
           
 

Uses of HstNode in org.hippoecm.hst.configuration.sitemapitemhandler
 

Constructors in org.hippoecm.hst.configuration.sitemapitemhandler with parameters of type HstNode
HstSiteMapItemHandlerConfigurationService(HstNode handleNode)
           
HstSiteMapItemHandlersConfigurationService(HstNode siteMapItemHandlersNode)
           
 

Uses of HstNode in org.hippoecm.hst.configuration.sitemenu
 

Constructors in org.hippoecm.hst.configuration.sitemenu with parameters of type HstNode
HstSiteMenuConfigurationService(HstSiteMenusConfiguration hstSiteMenusConfiguration, HstNode siteMenu)
           
HstSiteMenuItemConfigurationService(HstNode siteMenuItem, HstSiteMenuItemConfiguration parent, HstSiteMenuConfiguration hstSiteMenuConfiguration)
           
HstSiteMenusConfigurationService(HstSite hstSite, HstNode siteMenusNode)
           
 



Copyright © 2008-2012 Hippo. All Rights Reserved.