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 TypeMethodDescriptionvoid
Method addItem.void
Method addItem.void
Menu.removeItem
(MenuItem menuItem) Method removeItem.void
MenuItem.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 void
DefaultSiteModelInheritanceAssembler.rebaseMenuPaths
(List<MenuItem> items, DefaultSiteModelInheritanceAssembler.URLRebaser urlContainer) private void
DefaultSiteModelInheritanceAssembler.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 MenuItem
SiteXpp3Reader.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 void
SiteXpp3Writer.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 MenuItem
DefaultSiteTool.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