org.hippoecm.hst.configuration.model
Class HstSiteRootNodeImpl

java.lang.Object
  extended by org.hippoecm.hst.configuration.model.HstNodeImpl
      extended by org.hippoecm.hst.configuration.model.HstSiteRootNodeImpl
All Implemented Interfaces:
HstNode, HstSiteRootNode

public class HstSiteRootNodeImpl
extends HstNodeImpl
implements HstSiteRootNode


Constructor Summary
HstSiteRootNodeImpl(javax.jcr.Node siteRootNode, HstNode parent)
           
 
Method Summary
 String getCanonicalContentPath()
           
 String getConfigurationPath()
           
 String getContentPath()
           
 
Methods inherited from class org.hippoecm.hst.configuration.model.HstNodeImpl
addNode, createNew, getChildren, getNode, getNodes, getNodes, getNodeTypeName, getParent, getValueProvider, isInherited, isStale, loadChilds, markStale, removeNode, setJCRValueProvider, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.hippoecm.hst.configuration.model.HstNode
addNode, getNode, getNodes, getNodes, getNodeTypeName, getParent, getValueProvider, isInherited, isStale, markStale, removeNode, setJCRValueProvider
 

Constructor Detail

HstSiteRootNodeImpl

public HstSiteRootNodeImpl(javax.jcr.Node siteRootNode,
                           HstNode parent)
                    throws HstNodeException
Throws:
HstNodeException
Method Detail

getCanonicalContentPath

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

getConfigurationPath

public String getConfigurationPath()
Specified by:
getConfigurationPath in interface HstSiteRootNode
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

getContentPath

public String getContentPath()
Specified by:
getContentPath in interface HstSiteRootNode
Returns:
the content path of this HstSiteRootNode


Copyright © 2008-2012 Hippo. All Rights Reserved.