Uses of Class
org.apache.maven.doxia.site.Menu
-
Packages that use Menu Package Description org.apache.maven.doxia.site -
-
Uses of Menu in org.apache.maven.doxia.site
Methods in org.apache.maven.doxia.site that return Menu Modifier and Type Method Description Menu
Menu. clone()
Method clone.Menu
SiteModel. getMenuRef(java.lang.String key)
Methods in org.apache.maven.doxia.site that return types with arguments of type Menu Modifier and Type Method Description java.util.List<Menu>
Body. getMenus()
Method getMenus.java.util.List<Menu>
SiteModel. getMenus()
Methods in org.apache.maven.doxia.site with parameters of type Menu Modifier and Type Method Description void
Body. addMenu(Menu menu)
Method addMenu.void
Body. removeMenu(Menu menu)
Method removeMenu.Method parameters in org.apache.maven.doxia.site with type arguments of type Menu Modifier and Type Method Description void
Body. setMenus(java.util.List<Menu> menus)
Set a list of menus to include in the navigation.
-