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. items
Field items.private java.util.List<MenuItem>
MenuItem. items
Field items.Methods in org.apache.maven.doxia.site.decoration that return MenuItem Modifier and Type Method Description MenuItem
MenuItem. 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 void
Menu. addItem(MenuItem menuItem)
Method addItem.void
MenuItem. addItem(MenuItem menuItem)
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 Modifier and Type Method Description void
Menu. setItems(java.util.List<MenuItem> items)
Set a list of menu item.void
MenuItem. 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 void
DefaultDecorationModelInheritanceAssembler. rebaseMenuPaths(java.util.List<MenuItem> items, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer)
private void
DefaultDecorationModelInheritanceAssembler. 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 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 MenuItem Modifier and Type Method Description private void
DecorationXpp3Writer. 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 MenuItem
DefaultSiteTool. createCategoryMenu(java.lang.String name, java.lang.String href, java.util.List<org.apache.maven.reporting.MavenReport> categoryReports, java.util.Locale locale)
-