public interface HstSiteMapItemHandlersConfiguration
Modifier and Type | Method and Description |
---|---|
HstSiteMapItemHandlerConfiguration |
getSiteMapItemHandlerConfiguration(String id) |
Map<String,HstSiteMapItemHandlerConfiguration> |
getSiteMapItemHandlerConfigurations()
Return the map of all
HstSiteMapItemHandlerConfiguration 's where the keys are the the HstSiteMapItemHandlerConfiguration 's
(HstSiteMapItemHandlerConfiguration.getId() ). |
Map<String,HstSiteMapItemHandlerConfiguration> getSiteMapItemHandlerConfigurations()
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 configurationHstSiteMapItemHandlerConfiguration
's and an empty map if there are no HstSiteMapItemHandlerConfiguration
'sHstSiteMapItemHandlerConfiguration getSiteMapItemHandlerConfiguration(String id)
id
and null
if there is no HstSiteMapItemHandlerConfiguration with HstSiteMapItemHandlerConfiguration.getId()
= idCopyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.