Package | Description |
---|---|
org.hippoecm.hst.configuration.sitemap |
The org.hippoecm.hst.configuration.sitemap package defines the API for the HST SiteMap Configuration
|
org.hippoecm.hst.configuration.sitemapitemhandlers |
Modifier and Type | Method and Description |
---|---|
HstSiteMapItemHandlerConfiguration |
HstSiteMapItem.getSiteMapItemHandlerConfiguration(String handlerId)
Deprecated.
since 13.0.0. Only
HstSiteMapItem.getHstSiteMapItemHandlers() will possibly be supported in future via api
but even that method might disappear in the future |
Modifier and Type | Method and Description |
---|---|
List<HstSiteMapItemHandlerConfiguration> |
HstSiteMapItem.getSiteMapItemHandlerConfigurations()
Deprecated.
since 13.0.0. Only
HstSiteMapItem.getHstSiteMapItemHandlers() will possibly be supported in future via api
but even that method might disappear in the future |
Modifier and Type | Method and Description |
---|---|
HstSiteMapItemHandlerConfiguration |
HstSiteMapItemHandlersConfiguration.getSiteMapItemHandlerConfiguration(String id) |
Modifier and Type | Method and Description |
---|---|
Map<String,HstSiteMapItemHandlerConfiguration> |
HstSiteMapItemHandlersConfiguration.getSiteMapItemHandlerConfigurations()
Return the map of all
HstSiteMapItemHandlerConfiguration 's where the keys are the the HstSiteMapItemHandlerConfiguration 's
(getId() ). |
Copyright © 2008–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.