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 | |
org.hippoecm.hst.core.sitemapitemhandler |
Modifier and Type | Method and Description |
---|---|
HstSiteMapItemHandlerConfiguration |
HstSiteMapItem.getSiteMapItemHandlerConfiguration(String handlerId) |
Modifier and Type | Method and Description |
---|---|
List<HstSiteMapItemHandlerConfiguration> |
HstSiteMapItem.getSiteMapItemHandlerConfigurations()
The List of
HstSiteMapItemHandlerConfiguration s and an empty list if this SiteMapItem does not contain HstSiteMapItemHandlerConfiguration s. |
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() ). |
Modifier and Type | Method and Description |
---|---|
HstSiteMapItemHandler |
HstSiteMapItemHandlerFactory.getSiteMapItemHandlerInstance(HstContainerConfig requestContainerConfig,
HstSiteMapItemHandlerConfiguration handlerConfig)
Returns the HstSiteMapItemHandler instance.
|
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.