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 LocationMapTreeHstSite. getLocationMapTree()The location map is an inverted version from theHstSiteMap: Instead of mapping forURLs torelativecontentpath's, the location map is a mapping fromrelativecontentpaths toURLsLocationMapTreeHstSite. 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 therelativecontentpaths ) -
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 HstLinkLocationResolver. resolve(Node node, Mount mount, LocationMapTree locationMapTree)Implementations should here do their logic, possibly linkrewriting.
-