Uses of Class
org.apache.maven.doxia.site.LinkItem
Packages that use LinkItem
-
Uses of LinkItem in org.apache.maven.doxia.site
Subclasses of LinkItem in org.apache.maven.doxia.siteModifier and TypeClassDescriptionclass
Banner logo on the masthead of the site.class
Power by logo on the navigation.class
A menu item.Methods in org.apache.maven.doxia.site that return LinkItemMethods in org.apache.maven.doxia.site that return types with arguments of type LinkItemModifier and TypeMethodDescriptionBody.getBreadcrumbs()
Method getBreadcrumbs.Body.getLinks()
Method getLinks.Methods in org.apache.maven.doxia.site with parameters of type LinkItemModifier and TypeMethodDescriptionvoid
Body.addBreadcrumb
(LinkItem linkItem) Method addBreadcrumb.void
Method addLink.void
Body.removeBreadcrumb
(LinkItem linkItem) Method removeBreadcrumb.void
Body.removeLink
(LinkItem linkItem) Method removeLink.Method parameters in org.apache.maven.doxia.site with type arguments of type LinkItem