Interface HstSiteMapItemHandlersConfiguration
public interface HstSiteMapItemHandlersConfiguration
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the map of allHstSiteMapItemHandlerConfiguration
's where the keys are the theHstSiteMapItemHandlerConfiguration
's (HstSiteMapItemHandlerConfiguration.getId()
).
-
Field Details
-
NOOP
-
-
Method Details
-
getSiteMapItemHandlerConfigurations
Map<String,HstSiteMapItemHandlerConfiguration> getSiteMapItemHandlerConfigurations()Return the map of allHstSiteMapItemHandlerConfiguration
's where the keys are the theHstSiteMapItemHandlerConfiguration
's (HstSiteMapItemHandlerConfiguration.getId()
). Implementations should return an unmodifiable map, for example the one returned byCollections.unmodifiableList(List)
, to avoid client code changing configuration- Returns:
- the map of all
HstSiteMapItemHandlerConfiguration
's and an empty map if there are noHstSiteMapItemHandlerConfiguration
's
-
getSiteMapItemHandlerConfiguration
- Returns:
- the HstSiteMapItemHandlerConfiguration for
id
andnull
if there is no HstSiteMapItemHandlerConfiguration withHstSiteMapItemHandlerConfiguration.getId()
= id
-