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 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.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 void
DefaultDecorationModelInheritanceAssembler.rebaseMenuPaths
(List<MenuItem> items, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer) private void
DefaultDecorationModelInheritanceAssembler.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 MenuItem
DecorationXpp3Reader.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 void
DecorationXpp3Writer.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