org.hippoecm.hst.core.sitemenu
Class HstSiteMenusImpl
java.lang.Object
org.hippoecm.hst.core.sitemenu.HstSiteMenusImpl
- All Implemented Interfaces:
- Serializable, HstSiteMenus
public class HstSiteMenusImpl
- extends Object
- implements HstSiteMenus
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HstSiteMenusImpl
public HstSiteMenusImpl(HstRequestContext hstRequestContext)
getSiteMenu
public HstSiteMenu getSiteMenu(String name)
- Specified by:
getSiteMenu
in interface HstSiteMenus
- Parameters:
name
- the name of the HstSiteMenu
- Returns:
- the
HstSiteMenu
having the corresponding name and null
if none matches
getSiteMenus
public Map<String,HstSiteMenu> getSiteMenus()
- Specified by:
getSiteMenus
in interface HstSiteMenus
- Returns:
- the available
HstSiteMenu
's as a (recommended unmodifiable) map in this SiteMenus impl
Copyright © 2008-2012 Hippo. All Rights Reserved.