Uses of Class
org.apache.maven.doxia.site.decoration.MenuItem
Packages that use MenuItem
Package
Description
-
Uses of MenuItem in org.apache.maven.doxia.site.decoration
Fields in org.apache.maven.doxia.site.decoration with type parameters of type MenuItemMethods in org.apache.maven.doxia.site.decoration that return MenuItemMethods in org.apache.maven.doxia.site.decoration that return types with arguments of type MenuItemModifier and TypeMethodDescriptionMenu.getItems()Method getItems.MenuItem.getItems()Method getItems.Methods in org.apache.maven.doxia.site.decoration 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.decoration with type arguments of type MenuItem -
Uses of MenuItem in org.apache.maven.doxia.site.decoration.inheritance
Method parameters in org.apache.maven.doxia.site.decoration.inheritance with type arguments of type MenuItemModifier and TypeMethodDescriptionprivate voidDefaultDecorationModelInheritanceAssembler.rebaseMenuPaths(List<MenuItem> items, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer) private voidDefaultDecorationModelInheritanceAssembler.relativizeMenuPaths(List<MenuItem> items, String baseUrl) -
Uses of MenuItem in org.apache.maven.doxia.site.decoration.io.xpp3
Methods in org.apache.maven.doxia.site.decoration.io.xpp3 that return MenuItemModifier and TypeMethodDescriptionprivate MenuItemDecorationXpp3Reader.parseMenuItem(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseMenuItem.Methods in org.apache.maven.doxia.site.decoration.io.xpp3 with parameters of type MenuItemModifier and TypeMethodDescriptionprivate voidDecorationXpp3Writer.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 MenuItem