Uses of Class
org.apache.maven.doxia.site.decoration.MenuItem
-
-
Uses of MenuItem in org.apache.maven.doxia.site.decoration
Fields in org.apache.maven.doxia.site.decoration 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.decoration that return MenuItem Modifier and Type Method Description MenuItemMenuItem. clone()Method clone.Methods in org.apache.maven.doxia.site.decoration 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.decoration 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.decoration 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.decoration.inheritance
Method parameters in org.apache.maven.doxia.site.decoration.inheritance with type arguments of type MenuItem Modifier and Type Method Description private voidDefaultDecorationModelInheritanceAssembler. rebaseMenuPaths(java.util.List<MenuItem> items, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer)private voidDefaultDecorationModelInheritanceAssembler. relativizeMenuPaths(java.util.List<MenuItem> items, java.lang.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 MenuItem Modifier and Type Method Description private 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 MenuItem Modifier and Type Method Description private voidDecorationXpp3Writer. 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)
-