Uses of Class
org.apache.maven.doxia.site.decoration.LinkItem

Packages that use LinkItem
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
 class Logo
          Power by logo on the navigation.
 class MenuItem
          A menu item.
 

Methods in org.apache.maven.doxia.site.decoration that return LinkItem
 LinkItem LinkItem.clone()
          Method clone.
 

Methods in org.apache.maven.doxia.site.decoration that return types with arguments of type LinkItem
 List<LinkItem> Body.getBreadcrumbs()
          Method getBreadcrumbs.
 List<LinkItem> Body.getLinks()
          Method getLinks.
 

Methods in org.apache.maven.doxia.site.decoration with parameters of type LinkItem
 void Body.addBreadcrumb(LinkItem linkItem)
          Method addBreadcrumb.
 void Body.addLink(LinkItem linkItem)
          Method addLink.
 void Body.removeBreadcrumb(LinkItem linkItem)
          Method removeBreadcrumb.
 void Body.removeLink(LinkItem linkItem)
          Method removeLink.
 

Method parameters in org.apache.maven.doxia.site.decoration with type arguments of type LinkItem
 void Body.setBreadcrumbs(List<LinkItem> breadcrumbs)
          Set a list of breadcrumbs to display in the navigation.
 void Body.setLinks(List<LinkItem> links)
          Set a list of links to display in the navigation.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.