Uses of Class
org.apache.maven.doxia.site.decoration.LinkItem
-
Packages that use LinkItem Package Description org.apache.maven.doxia.site.decoration -
-
Uses of LinkItem in org.apache.maven.doxia.site.decoration
Subclasses of LinkItem in org.apache.maven.doxia.site.decoration Modifier and Type Class Description classLogoPower by logo on the navigation.classMenuItemA menu item.Methods in org.apache.maven.doxia.site.decoration that return LinkItem Modifier and Type Method Description LinkItemLinkItem. clone()Method clone.Methods in org.apache.maven.doxia.site.decoration that return types with arguments of type LinkItem Modifier and Type Method Description java.util.List<LinkItem>Body. getBreadcrumbs()Method getBreadcrumbs.java.util.List<LinkItem>Body. getLinks()Method getLinks.Methods in org.apache.maven.doxia.site.decoration with parameters of type LinkItem Modifier and Type Method Description voidBody. addBreadcrumb(LinkItem linkItem)Method addBreadcrumb.voidBody. addLink(LinkItem linkItem)Method addLink.voidBody. removeBreadcrumb(LinkItem linkItem)Method removeBreadcrumb.voidBody. removeLink(LinkItem linkItem)Method removeLink.Method parameters in org.apache.maven.doxia.site.decoration with type arguments of type LinkItem Modifier and Type Method Description voidBody. setBreadcrumbs(java.util.List<LinkItem> breadcrumbs)Set a list of breadcrumbs to display in the navigation.voidBody. setLinks(java.util.List<LinkItem> links)Set a list of links to display in the navigation.
-