org.hippoecm.hst.configuration.model
Class HstSiteRootNodeImpl
java.lang.Object
org.hippoecm.hst.configuration.model.HstNodeImpl
org.hippoecm.hst.configuration.model.HstSiteRootNodeImpl
- All Implemented Interfaces:
- HstNode, HstSiteRootNode
public class HstSiteRootNodeImpl
- extends HstNodeImpl
- implements HstSiteRootNode
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 interface org.hippoecm.hst.configuration.model.HstNode |
addNode, getNode, getNodes, getNodes, getNodeTypeName, getParent, getValueProvider, isInherited, isStale, markStale, removeNode, setJCRValueProvider |
HstSiteRootNodeImpl
public HstSiteRootNodeImpl(javax.jcr.Node siteRootNode,
HstNode parent)
throws HstNodeException
- Throws:
HstNodeException
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.