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

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

Uses of MenuElement in org.apache.jetspeed.portalsite
 

Subinterfaces of MenuElement in org.apache.jetspeed.portalsite
 interface Menu
          This interface describes the portal-site menu elements constructed and returned to decorators.
 interface MenuOption
          This interface describes the portal-site menu option elements constructed and returned to decorators.
 interface MenuSeparator
          This interface describes the portal-site menu separator elements constructed and returned to decorators.
 

Methods in org.apache.jetspeed.portalsite that return MenuElement
 MenuElement Menu.getSelectedElement(PortalSiteRequestContext context)
          getSelectedElement - return selected option or nested menu within this menu selected by the specified request context
 

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

Classes in org.apache.jetspeed.portalsite.impl that implement MenuElement
 class MenuElementImpl
          This abstract class implements common features of portal-site menu elements constructed and returned to decorators.
 class MenuImpl
          This class implements the portal-site menu elements constructed and returned to decorators.
 class MenuOptionImpl
          This class implements the portal-site menu option elements constructed and returned to decorators.
 class MenuSeparatorImpl
          This class implements the portal-site menu separator elements constructed and returned to decorators.
 

Methods in org.apache.jetspeed.portalsite.impl that return MenuElement
 MenuElement MenuImpl.getSelectedElement(PortalSiteRequestContext context)
          getSelectedElement - return selected option or nested menu within this menu selected by the specified request context
 



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