Uses of Interface
org.apache.jetspeed.portalsite.Menu

Packages that use Menu
org.apache.jetspeed.portalsite   
org.apache.jetspeed.portalsite.impl   
 

Uses of Menu in org.apache.jetspeed.portalsite
 

Methods in org.apache.jetspeed.portalsite that return Menu
 Menu PortalSiteRequestContext.getMenu(java.lang.String name)
          getMenu - get instantiated menu available for the request profiled page and folder
 Menu MenuElement.getParentMenu()
          getParentMenu - get menu that contains menu element
 

Uses of Menu in org.apache.jetspeed.portalsite.impl
 

Classes in org.apache.jetspeed.portalsite.impl that implement Menu
 class MenuImpl
          This class implements the portal-site menu elements constructed and returned to decorators.
 

Methods in org.apache.jetspeed.portalsite.impl that return Menu
 Menu PortalSiteRequestContextImpl.getMenu(java.lang.String name)
          getMenu - get instantiated menu available for the request profiled page and folder
 Menu PortalSiteRequestContextImpl.getMenu(java.lang.String name, java.util.Set names)
          getMenu - get instantiated menu available for the request profiled page and folder, avoiding cyclic menu definition loops by propagating related menu names set from menu construction
 Menu MenuElementImpl.getParentMenu()
          getParentMenu - get menu that contains menu element
 

Methods in org.apache.jetspeed.portalsite.impl with parameters of type Menu
protected  void MenuElementImpl.setParentMenu(Menu parentMenu)
          setParentMenu - set menu that contains menu element
 



Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.