Uses of Interface
org.hippoecm.hst.core.request.HstSiteMapMatcher
Packages that use HstSiteMapMatcher
Package
Description
The org.hippoecm.hst.core.hosting package defines the API for the HST Core Hosting
The org.hippoecm.hst.core.internal package defines INTERNAL USAGE ONLY API for the HST Container
The org.hippoecm.hst.core.request package defines the API for the HST Core Request
-
Uses of HstSiteMapMatcher in org.hippoecm.hst.configuration.hosting
Methods in org.hippoecm.hst.configuration.hosting that return HstSiteMapMatcherModifier and TypeMethodDescriptionMount.getHstSiteMapMatcher()
This is a shortcut method fetching the HstSiteMapMatcher from the backingHstManager
-
Uses of HstSiteMapMatcher in org.hippoecm.hst.configuration.model
Methods in org.hippoecm.hst.configuration.model that return HstSiteMapMatcherModifier and TypeMethodDescriptionHstManager.getSiteMapMatcher()
a HstSitesManager must contain a reference to theHstSiteMapMatcher
that is being used. -
Uses of HstSiteMapMatcher in org.hippoecm.hst.core.internal
Methods in org.hippoecm.hst.core.internal with parameters of type HstSiteMapMatcherModifier and TypeMethodDescriptionvoid
HstMutableRequestContext.setSiteMapMatcher
(HstSiteMapMatcher siteMapMatcher) -
Uses of HstSiteMapMatcher in org.hippoecm.hst.core.request
Methods in org.hippoecm.hst.core.request that return HstSiteMapMatcherModifier and TypeMethodDescriptionHstRequestContext.getSiteMapMatcher()
Returns theHstSiteMapMatcher
to be able to match a path to a sitemap item -
Uses of HstSiteMapMatcher in org.hippoecm.hst.platform.model
Methods in org.hippoecm.hst.platform.model that return HstSiteMapMatcher