Uses of Class
org.apache.maven.doxia.site.decoration.Menu
-
Packages that use Menu Package Description org.apache.maven.doxia.site.decoration org.apache.maven.doxia.site.decoration.inheritance org.apache.maven.doxia.site.decoration.io.xpp3 org.apache.maven.doxia.tools -
-
Uses of Menu in org.apache.maven.doxia.site.decoration
Fields in org.apache.maven.doxia.site.decoration with type parameters of type Menu Modifier and Type Field Description private java.util.List<Menu>
Body. menus
Field menus.private java.util.Map<java.lang.String,Menu>
DecorationModel. menusByRef
Methods in org.apache.maven.doxia.site.decoration that return Menu Modifier and Type Method Description Menu
Menu. clone()
Method clone.Menu
DecorationModel. getMenuRef(java.lang.String key)
Methods in org.apache.maven.doxia.site.decoration that return types with arguments of type Menu Modifier and Type Method Description java.util.List<Menu>
Body. getMenus()
Method getMenus.java.util.List<Menu>
DecorationModel. getMenus()
Methods in org.apache.maven.doxia.site.decoration with parameters of type Menu Modifier and Type Method Description void
Body. addMenu(Menu menu)
Method addMenu.void
Body. removeMenu(Menu menu)
Method removeMenu.Method parameters in org.apache.maven.doxia.site.decoration with type arguments of type Menu Modifier and Type Method Description void
Body. setMenus(java.util.List<Menu> menus)
Set a list of menus to include in the navigation. -
Uses of Menu in org.apache.maven.doxia.site.decoration.inheritance
Methods in org.apache.maven.doxia.site.decoration.inheritance that return types with arguments of type Menu Modifier and Type Method Description private java.util.List<Menu>
DefaultDecorationModelInheritanceAssembler. mergeMenus(java.util.List<Menu> childMenus, java.util.List<Menu> parentMenus, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer)
Method parameters in org.apache.maven.doxia.site.decoration.inheritance with type arguments of type Menu Modifier and Type Method Description private java.util.List<Menu>
DefaultDecorationModelInheritanceAssembler. mergeMenus(java.util.List<Menu> childMenus, java.util.List<Menu> parentMenus, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer)
-
Uses of Menu in org.apache.maven.doxia.site.decoration.io.xpp3
Methods in org.apache.maven.doxia.site.decoration.io.xpp3 that return Menu Modifier and Type Method Description private Menu
DecorationXpp3Reader. parseMenu(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseMenu.Methods in org.apache.maven.doxia.site.decoration.io.xpp3 with parameters of type Menu Modifier and Type Method Description private void
DecorationXpp3Writer. writeMenu(Menu menu, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeMenu. -
Uses of Menu in org.apache.maven.doxia.tools
Methods in org.apache.maven.doxia.tools with parameters of type Menu Modifier and Type Method Description private void
DefaultSiteTool. appendMenuItem(org.apache.maven.project.MavenProject project, Menu menu, java.lang.String name, java.lang.String href, java.lang.String defaultHref)
-