Uses of Class
org.apache.maven.doxia.site.LinkItem
-
Packages that use LinkItem Package Description org.apache.maven.doxia.site org.apache.maven.doxia.site.inheritance org.apache.maven.doxia.site.io.xpp3 org.apache.maven.doxia.tools -
-
Uses of LinkItem in org.apache.maven.doxia.site
Subclasses of LinkItem in org.apache.maven.doxia.site Modifier and Type Class Description classBannerBanner logo on the masthead of the site.classLogoPower by logo on the navigation.classMenuItemA menu item.Fields in org.apache.maven.doxia.site with type parameters of type LinkItem Modifier and Type Field Description private java.util.List<LinkItem>Body. breadcrumbsField breadcrumbs.private java.util.List<LinkItem>Body. linksField links.Methods in org.apache.maven.doxia.site that return LinkItem Modifier and Type Method Description LinkItemLinkItem. clone()Method clone.Methods in org.apache.maven.doxia.site 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 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 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. -
Uses of LinkItem in org.apache.maven.doxia.site.inheritance
Methods in org.apache.maven.doxia.site.inheritance that return types with arguments of type LinkItem Modifier and Type Method Description private java.util.List<LinkItem>DefaultSiteModelInheritanceAssembler. mergeLinkItemLists(java.util.List<LinkItem> childList, java.util.List<LinkItem> parentList, DefaultSiteModelInheritanceAssembler.URLRebaser urlContainer, boolean cutParentAfterDuplicate)Methods in org.apache.maven.doxia.site.inheritance with parameters of type LinkItem Modifier and Type Method Description private voidDefaultSiteModelInheritanceAssembler. rebaseLinkItemPaths(LinkItem item, DefaultSiteModelInheritanceAssembler.URLRebaser urlContainer)private voidDefaultSiteModelInheritanceAssembler. relativizeLinkItemPaths(LinkItem item, java.lang.String baseUrl)Method parameters in org.apache.maven.doxia.site.inheritance with type arguments of type LinkItem Modifier and Type Method Description private java.util.List<LinkItem>DefaultSiteModelInheritanceAssembler. mergeLinkItemLists(java.util.List<LinkItem> childList, java.util.List<LinkItem> parentList, DefaultSiteModelInheritanceAssembler.URLRebaser urlContainer, boolean cutParentAfterDuplicate) -
Uses of LinkItem in org.apache.maven.doxia.site.io.xpp3
Methods in org.apache.maven.doxia.site.io.xpp3 that return LinkItem Modifier and Type Method Description private LinkItemSiteXpp3Reader. parseLinkItem(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseLinkItem.Methods in org.apache.maven.doxia.site.io.xpp3 with parameters of type LinkItem Modifier and Type Method Description private voidSiteXpp3Writer. writeLinkItem(LinkItem linkItem, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeLinkItem. -
Uses of LinkItem in org.apache.maven.doxia.tools
Methods in org.apache.maven.doxia.tools that return LinkItem Modifier and Type Method Description private LinkItemDefaultSiteTool. convertLinkItem(LinkItem oldLinkItem)
-