Uses of Class
org.apache.maven.doxia.site.MenuItem
Packages that use MenuItem
Package
Description
-
Uses of MenuItem in org.apache.maven.doxia.site
Fields in org.apache.maven.doxia.site with type parameters of type MenuItemMethods in org.apache.maven.doxia.site that return MenuItemMethods in org.apache.maven.doxia.site that return types with arguments of type MenuItemModifier and TypeMethodDescriptionMenu.getItems()Method getItems.MenuItem.getItems()Method getItems.Methods in org.apache.maven.doxia.site with parameters of type MenuItemModifier and TypeMethodDescriptionvoidMethod addItem.voidMethod 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 -
Uses of MenuItem in org.apache.maven.doxia.site.inheritance
Method parameters in org.apache.maven.doxia.site.inheritance with type arguments of type MenuItemModifier and TypeMethodDescriptionprivate voidDefaultSiteModelInheritanceAssembler.rebaseMenuPaths(List<MenuItem> items, DefaultSiteModelInheritanceAssembler.URLRebaser urlContainer) private voidDefaultSiteModelInheritanceAssembler.relativizeMenuPaths(List<MenuItem> items, String baseUrl) -
Uses of MenuItem in org.apache.maven.doxia.site.io.xpp3
Methods in org.apache.maven.doxia.site.io.xpp3 that return MenuItemModifier and TypeMethodDescriptionprivate 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 MenuItemModifier and TypeMethodDescriptionprivate voidSiteXpp3Writer.writeMenuItem(MenuItem menuItem, 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 MenuItemModifier and TypeMethodDescriptionprivate MenuItemDefaultSiteTool.createCategoryMenu(String name, String href, List<org.apache.maven.reporting.MavenReport> categoryReports, Locale locale) Methods in org.apache.maven.doxia.tools that return types with arguments of type MenuItem