org.hippoecm.hst.configuration.sitemapitemhandlers
Interface HstSiteMapItemHandlersConfiguration
- All Known Implementing Classes:
- HstSiteMapItemHandlersConfigurationService
public interface HstSiteMapItemHandlersConfiguration
getSiteMapItemHandlerConfigurations
Map<String,HstSiteMapItemHandlerConfiguration> getSiteMapItemHandlerConfigurations()
- Return the map of all
HstSiteMapItemHandlerConfiguration
's where the keys are the the HstSiteMapItemHandlerConfiguration
's
(HstSiteMapItemHandlerConfiguration.getId()
).
Implementations should return an unmodifiable map, for example Collections.UnmodifiableMap
to avoid
client code changing configuration
- Returns:
- the map of all
HstSiteMapItemHandlerConfiguration
's and an empty map if there are no HstSiteMapItemHandlerConfiguration
's
getSiteMapItemHandlerConfiguration
HstSiteMapItemHandlerConfiguration getSiteMapItemHandlerConfiguration(String id)
- Returns:
- the HstSiteMapItemHandlerConfiguration for
id
and null
if there is no HstSiteMapItemHandlerConfiguration with HstSiteMapItemHandlerConfiguration.getId()
= id
Copyright © 2008-2012 Hippo. All Rights Reserved.