org.hippoecm.hst.configuration.model
Interface HstSiteRootNode

All Superinterfaces:
HstNode
All Known Implementing Classes:
HstSiteRootNodeImpl

public interface HstSiteRootNode
extends HstNode


Method Summary
 String getCanonicalContentPath()
           
 String getConfigurationPath()
           
 String getContentPath()
           
 
Methods inherited from interface org.hippoecm.hst.configuration.model.HstNode
addNode, getNode, getNodes, getNodes, getNodeTypeName, getParent, getValueProvider, isInherited, isStale, markStale, removeNode, setJCRValueProvider
 

Method Detail

getContentPath

String getContentPath()
Returns:
the content path of this HstSiteRootNode

getCanonicalContentPath

String getCanonicalContentPath()
Returns:
the canonical content path of this HstSiteRootNode. It can be the same as the getContentPath() but it doesn't have to be: the getContentPath() can be a virtual entry path

getConfigurationPath

String getConfigurationPath()
Returns:
the location where the configuration for this HstSiteRootNode can be found. If missing, null or empty, implementations can return a default value by convention


Copyright © 2008-2012 Hippo. All Rights Reserved.