Uses of Class
org.apache.maven.doxia.site.decoration.Menu

Packages that use Menu
org.apache.maven.doxia.site.decoration   
 

Uses of Menu in org.apache.maven.doxia.site.decoration
 

Methods in org.apache.maven.doxia.site.decoration that return Menu
 Menu Menu.clone()
          Method clone.
 Menu DecorationModel.getMenuRef(String key)
           
 

Methods in org.apache.maven.doxia.site.decoration that return types with arguments of type Menu
 List<Menu> DecorationModel.getMenus()
           
 List<Menu> Body.getMenus()
          Method getMenus.
 

Methods in org.apache.maven.doxia.site.decoration with parameters of type Menu
 void Body.addMenu(Menu menu)
          Method addMenu.
 void Body.removeMenu(Menu menu)
          Method removeMenu.
 

Method parameters in org.apache.maven.doxia.site.decoration with type arguments of type Menu
 void Body.setMenus(List<Menu> menus)
          Set a list of menus to include in the navigation.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.