public interface HstSiteMenusConfiguration
getSiteMenuConfigurations()
because clients should not
be able to modify the configurationModifier and Type | Method and Description |
---|---|
HstSite |
getSite()
Return the
HstSite this HstSiteMenusConfiguration belongs to. |
HstSiteMenuConfiguration |
getSiteMenuConfiguration(String name) |
Map<String,HstSiteMenuConfiguration> |
getSiteMenuConfigurations()
Returns the map containing all
HstSiteMenuConfiguration 's and an empty map if there are no HstSiteMenuConfiguration 's. |
HstSite getSite()
HstSite
this HstSiteMenusConfiguration
belongs to.HstSiteMenusConfiguration
belongs toMap<String,HstSiteMenuConfiguration> getSiteMenuConfigurations()
HstSiteMenuConfiguration
's and an empty map if there are no HstSiteMenuConfiguration
's.
Note: implementation should better return an unmodifiable map to make sure clients cannot modify the mapHstSiteMenuConfiguration
's and an empty map if there are no HstSiteMenuConfiguration
'sHstSiteMenuConfiguration getSiteMenuConfiguration(String name)
name
- the name of the HstSiteMenuConfiguration
HstSiteMenuConfiguration
with this name and null
if does not existCopyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.