Uses of Class
org.apache.maven.doxia.site.decoration.Menu
Packages that use Menu
Package
Description
-
Uses of Menu in org.apache.maven.doxia.site.decoration
Fields in org.apache.maven.doxia.site.decoration with type parameters of type MenuMethods in org.apache.maven.doxia.site.decoration that return MenuModifier and TypeMethodDescriptionMenu.clone()
Method clone.DecorationModel.getMenuRef
(String key) Methods in org.apache.maven.doxia.site.decoration that return types with arguments of type MenuMethods in org.apache.maven.doxia.site.decoration with parameters of type MenuModifier and TypeMethodDescriptionvoid
Method addMenu.void
Body.removeMenu
(Menu menu) Method removeMenu.Method parameters in org.apache.maven.doxia.site.decoration with type arguments of type Menu -
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 MenuModifier and TypeMethodDescriptionDefaultDecorationModelInheritanceAssembler.mergeMenus
(List<Menu> childMenus, List<Menu> parentMenus, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer) Method parameters in org.apache.maven.doxia.site.decoration.inheritance with type arguments of type MenuModifier and TypeMethodDescriptionDefaultDecorationModelInheritanceAssembler.mergeMenus
(List<Menu> childMenus, 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 MenuModifier and TypeMethodDescriptionprivate 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 -
Uses of Menu in org.apache.maven.doxia.tools
Methods in org.apache.maven.doxia.tools with parameters of type MenuModifier and TypeMethodDescriptionprivate void
DefaultSiteTool.appendMenuItem
(org.apache.maven.project.MavenProject project, Menu menu, String name, String href, String defaultHref)