Uses of Interface
org.hippoecm.hst.core.request.HstSiteMapMatcher
-
Packages that use HstSiteMapMatcher Package Description org.hippoecm.hst.configuration.hosting The org.hippoecm.hst.core.hosting package defines the API for the HST Core Hostingorg.hippoecm.hst.configuration.model org.hippoecm.hst.core.internal The org.hippoecm.hst.core.internal package defines INTERNAL USAGE ONLY API for the HST Containerorg.hippoecm.hst.core.request The org.hippoecm.hst.core.request package defines the API for the HST Core Requestorg.hippoecm.hst.platform.model -
-
Uses of HstSiteMapMatcher in org.hippoecm.hst.configuration.hosting
Methods in org.hippoecm.hst.configuration.hosting that return HstSiteMapMatcher Modifier and Type Method Description HstSiteMapMatcher
Mount. 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 HstSiteMapMatcher Modifier and Type Method Description HstSiteMapMatcher
HstManager. 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 HstSiteMapMatcher Modifier and Type Method Description void
HstMutableRequestContext. setSiteMapMatcher(HstSiteMapMatcher siteMapMatcher)
-
Uses of HstSiteMapMatcher in org.hippoecm.hst.core.request
Methods in org.hippoecm.hst.core.request that return HstSiteMapMatcher Modifier and Type Method Description HstSiteMapMatcher
HstRequestContext. 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 Modifier and Type Method Description HstSiteMapMatcher
HstModel. getHstSiteMapMatcher()
-