Uses of Interface
org.hippoecm.hst.core.linking.LocationMapTree
-
Packages that use LocationMapTree Package Description org.hippoecm.hst.configuration.site The org.hippoecm.hst.configuration.site package defines the API for the HST Configurationorg.hippoecm.hst.core.linking The org.hippoecm.hst.core.linking package defines the API for the HST Core Linking -
-
Uses of LocationMapTree in org.hippoecm.hst.configuration.site
Methods in org.hippoecm.hst.configuration.site that return LocationMapTree Modifier and Type Method Description LocationMapTree
HstSite. getLocationMapTree()
The location map is an inverted version from theHstSiteMap
: Instead of mapping forURL
s torelativecontentpath
's, the location map is a mapping fromrelativecontentpath
s toURL
sLocationMapTree
HstSite. getLocationMapTreeComponentDocuments()
The component documents location map is mapping from documents to sitemap items only now specifically linked to from a hst component that belongs to the sitemap item (and thus not via therelativecontentpath
s ) -
Uses of LocationMapTree in org.hippoecm.hst.core.linking
Methods in org.hippoecm.hst.core.linking with parameters of type LocationMapTree Modifier and Type Method Description HstLink
LocationResolver. resolve(Node node, Mount mount, LocationMapTree locationMapTree)
Implementations should here do their logic, possibly linkrewriting.
-