public interface HstSiteMapItemHandlersConfiguration
Modifier and Type | Field and Description |
---|---|
static HstSiteMapItemHandlersConfiguration |
NOOP |
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() ). |
static final HstSiteMapItemHandlersConfiguration NOOP
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–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.