Uses of Class
org.apache.maven.doxia.site.MenuItem
-
Packages that use MenuItem 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 MenuItem in org.apache.maven.doxia.site
Fields in org.apache.maven.doxia.site with type parameters of type MenuItem Modifier and Type Field Description private java.util.List<MenuItem>Menu. itemsField items.private java.util.List<MenuItem>MenuItem. itemsField items.Methods in org.apache.maven.doxia.site that return MenuItem Modifier and Type Method Description MenuItemMenuItem. clone()Method clone.Methods in org.apache.maven.doxia.site that return types with arguments of type MenuItem Modifier and Type Method Description java.util.List<MenuItem>Menu. getItems()Method getItems.java.util.List<MenuItem>MenuItem. getItems()Method getItems.Methods in org.apache.maven.doxia.site with parameters of type MenuItem Modifier and Type Method Description voidMenu. addItem(MenuItem menuItem)Method addItem.voidMenuItem. addItem(MenuItem menuItem)Method addItem.voidMenu. removeItem(MenuItem menuItem)Method removeItem.voidMenuItem. removeItem(MenuItem menuItem)Method removeItem.Method parameters in org.apache.maven.doxia.site with type arguments of type MenuItem Modifier and Type Method Description voidMenu. setItems(java.util.List<MenuItem> items)Set a list of menu item.voidMenuItem. setItems(java.util.List<MenuItem> items)Set a list of menu item. -
Uses of MenuItem in org.apache.maven.doxia.site.inheritance
Method parameters in org.apache.maven.doxia.site.inheritance with type arguments of type MenuItem Modifier and Type Method Description private voidDefaultSiteModelInheritanceAssembler. rebaseMenuPaths(java.util.List<MenuItem> items, DefaultSiteModelInheritanceAssembler.URLRebaser urlContainer)private voidDefaultSiteModelInheritanceAssembler. relativizeMenuPaths(java.util.List<MenuItem> items, java.lang.String baseUrl) -
Uses of MenuItem in org.apache.maven.doxia.site.io.xpp3
Methods in org.apache.maven.doxia.site.io.xpp3 that return MenuItem Modifier and Type Method Description private MenuItemSiteXpp3Reader. parseMenuItem(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseMenuItem.Methods in org.apache.maven.doxia.site.io.xpp3 with parameters of type MenuItem Modifier and Type Method Description private voidSiteXpp3Writer. writeMenuItem(MenuItem menuItem, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeMenuItem. -
Uses of MenuItem in org.apache.maven.doxia.tools
Methods in org.apache.maven.doxia.tools that return MenuItem Modifier and Type Method Description private MenuItemDefaultSiteTool. createCategoryMenu(java.lang.String name, java.lang.String href, java.util.List<org.apache.maven.reporting.MavenReport> categoryReports, java.util.Locale locale)Methods in org.apache.maven.doxia.tools that return types with arguments of type MenuItem Modifier and Type Method Description private java.util.List<MenuItem>DefaultSiteTool. convertMenuItems(java.util.List<MenuItem> oldMenuItems)
-