org.hippoecm.hst.core.sitemenu
Interface CommonMenu

All Known Subinterfaces:
EditableMenu, HstSiteMenu
All Known Implementing Classes:
AbstractMenu, EditableMenuImpl, HstSiteMenuImpl, MockHstSiteMenu

public interface CommonMenu


Method Summary
 String getName()
          Returns the name of this SiteMenu.
 boolean isExpanded()
          Based on the request, the implementation should be able to indicate whether this HstSiteMenu is expanded
 

Method Detail

getName

String getName()
Returns the name of this SiteMenu. For example, you could have a "topmenu", "leftmenu" and "footermenu" on your site/portal, where these names might be appropriate

Returns:
the name of this SiteMenu

isExpanded

boolean isExpanded()
Based on the request, the implementation should be able to indicate whether this HstSiteMenu is expanded

Returns:
true when any HstSiteMenuItem in this HstSiteMenu container is selected


Copyright © 2008-2012 Hippo. All Rights Reserved.