Uses of Interface
org.hippoecm.hst.configuration.model.HstNode
-
Packages that use HstNode Package Description org.hippoecm.hst.configuration.model -
-
Uses of HstNode in org.hippoecm.hst.configuration.model
Methods in org.hippoecm.hst.configuration.model that return HstNode Modifier and Type Method Description HstNode
HstNode. getNode(String relPath)
HstNode
HstNode. getParent()
Methods in org.hippoecm.hst.configuration.model that return types with arguments of type HstNode Modifier and Type Method Description List<HstNode>
HstNode. getNodes()
List<HstNode>
HstNode. getNodes(String nodeTypeName)
Methods in org.hippoecm.hst.configuration.model with parameters of type HstNode Modifier and Type Method Description void
HstNode. addNode(String name, HstNode hstNode)
Adds or replaces a child HST node with the given name.
-