Uses of Interface
org.hippoecm.hst.configuration.sitemapitemhandlers.HstSiteMapItemHandlerConfiguration
-
Packages that use HstSiteMapItemHandlerConfiguration Package Description org.hippoecm.hst.configuration.sitemap The org.hippoecm.hst.configuration.sitemap package defines the API for the HST SiteMap Configurationorg.hippoecm.hst.configuration.sitemapitemhandlers -
-
Uses of HstSiteMapItemHandlerConfiguration in org.hippoecm.hst.configuration.sitemap
Methods in org.hippoecm.hst.configuration.sitemap that return HstSiteMapItemHandlerConfiguration Modifier and Type Method Description HstSiteMapItemHandlerConfiguration
HstSiteMapItem. getSiteMapItemHandlerConfiguration(String handlerId)
Deprecated.since 13.0.0.Methods in org.hippoecm.hst.configuration.sitemap that return types with arguments of type HstSiteMapItemHandlerConfiguration Modifier and Type Method Description List<HstSiteMapItemHandlerConfiguration>
HstSiteMapItem. getSiteMapItemHandlerConfigurations()
Deprecated.since 13.0.0. -
Uses of HstSiteMapItemHandlerConfiguration in org.hippoecm.hst.configuration.sitemapitemhandlers
Methods in org.hippoecm.hst.configuration.sitemapitemhandlers that return HstSiteMapItemHandlerConfiguration Modifier and Type Method Description HstSiteMapItemHandlerConfiguration
HstSiteMapItemHandlersConfiguration. getSiteMapItemHandlerConfiguration(String id)
Methods in org.hippoecm.hst.configuration.sitemapitemhandlers that return types with arguments of type HstSiteMapItemHandlerConfiguration Modifier and Type Method Description Map<String,HstSiteMapItemHandlerConfiguration>
HstSiteMapItemHandlersConfiguration. getSiteMapItemHandlerConfigurations()
Return the map of allHstSiteMapItemHandlerConfiguration
's where the keys are the theHstSiteMapItemHandlerConfiguration
's (getId()
).
-