Uses of Class
org.apache.maven.doxia.site.Menu
-
Packages that use Menu Package Description org.apache.maven.doxia.site org.apache.maven.doxia.site.inheritance org.apache.maven.doxia.site.io.xpp3 org.apache.maven.doxia.tools -
-
Uses of Menu in org.apache.maven.doxia.site
Fields in org.apache.maven.doxia.site with type parameters of type Menu Modifier and Type Field Description private java.util.List<Menu>Body. menusField menus.private java.util.Map<java.lang.String,Menu>SiteModel. menusByRefMethods in org.apache.maven.doxia.site that return Menu Modifier and Type Method Description MenuMenu. clone()Method clone.MenuSiteModel. 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 voidBody. addMenu(Menu menu)Method addMenu.voidBody. removeMenu(Menu menu)Method removeMenu.Method parameters in org.apache.maven.doxia.site with type arguments of type Menu Modifier and Type Method Description voidBody. setMenus(java.util.List<Menu> menus)Set a list of menus to include in the navigation. -
Uses of Menu in org.apache.maven.doxia.site.inheritance
Methods in org.apache.maven.doxia.site.inheritance that return types with arguments of type Menu Modifier and Type Method Description private java.util.List<Menu>DefaultSiteModelInheritanceAssembler. mergeMenus(java.util.List<Menu> childMenus, java.util.List<Menu> parentMenus, DefaultSiteModelInheritanceAssembler.URLRebaser urlContainer)Method parameters in org.apache.maven.doxia.site.inheritance with type arguments of type Menu Modifier and Type Method Description private java.util.List<Menu>DefaultSiteModelInheritanceAssembler. mergeMenus(java.util.List<Menu> childMenus, java.util.List<Menu> parentMenus, DefaultSiteModelInheritanceAssembler.URLRebaser urlContainer) -
Uses of Menu in org.apache.maven.doxia.site.io.xpp3
Methods in org.apache.maven.doxia.site.io.xpp3 that return Menu Modifier and Type Method Description private MenuSiteXpp3Reader. parseMenu(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseMenu.Methods in org.apache.maven.doxia.site.io.xpp3 with parameters of type Menu Modifier and Type Method Description private voidSiteXpp3Writer. writeMenu(Menu menu, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeMenu. -
Uses of Menu in org.apache.maven.doxia.tools
Methods in org.apache.maven.doxia.tools with parameters of type Menu Modifier and Type Method Description private voidDefaultSiteTool. appendMenuItem(org.apache.maven.project.MavenProject project, Menu menu, java.lang.String name, java.lang.String href, java.lang.String defaultHref)
-