Uses of Interface
org.hippoecm.hst.core.linking.LocationMapTree
Packages that use LocationMapTree
Package
Description
The org.hippoecm.hst.configuration.site package defines the API for the HST Configuration
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 LocationMapTreeModifier and TypeMethodDescriptionHstSite.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
sHstSite.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 LocationMapTreeModifier and TypeMethodDescriptionLocationResolver.resolve
(Node node, Mount mount, LocationMapTree locationMapTree) Implementations should here do their logic, possibly linkrewriting.