Uses of Class
org.apache.maven.doxia.site.decoration.LinkItem
-
Packages that use LinkItem Package Description org.apache.maven.doxia.site.decoration org.apache.maven.doxia.site.decoration.inheritance org.apache.maven.doxia.site.decoration.io.xpp3 -
-
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 class
Logo
Power by logo on the navigation.class
MenuItem
A menu item.Fields in org.apache.maven.doxia.site.decoration with type parameters of type LinkItem Modifier and Type Field Description private java.util.List<LinkItem>
Body. breadcrumbs
Field breadcrumbs.private java.util.List<LinkItem>
Body. links
Field links.Methods in org.apache.maven.doxia.site.decoration that return LinkItem Modifier and Type Method Description LinkItem
LinkItem. 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 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 Modifier and Type Method Description void
Body. setBreadcrumbs(java.util.List<LinkItem> breadcrumbs)
Set a list of breadcrumbs to display in the navigation.void
Body. 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.decoration.inheritance
Methods in org.apache.maven.doxia.site.decoration.inheritance that return types with arguments of type LinkItem Modifier and Type Method Description private java.util.List<LinkItem>
DefaultDecorationModelInheritanceAssembler. mergeLinkItemLists(java.util.List<LinkItem> childList, java.util.List<LinkItem> parentList, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer, boolean cutParentAfterDuplicate)
Methods in org.apache.maven.doxia.site.decoration.inheritance with parameters of type LinkItem Modifier and Type Method Description private void
DefaultDecorationModelInheritanceAssembler. rebaseLinkItemPaths(LinkItem item, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer)
private void
DefaultDecorationModelInheritanceAssembler. relativizeLinkItemPaths(LinkItem item, java.lang.String baseUrl)
Method parameters in org.apache.maven.doxia.site.decoration.inheritance with type arguments of type LinkItem Modifier and Type Method Description private java.util.List<LinkItem>
DefaultDecorationModelInheritanceAssembler. mergeLinkItemLists(java.util.List<LinkItem> childList, java.util.List<LinkItem> parentList, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer, boolean cutParentAfterDuplicate)
-
Uses of LinkItem in org.apache.maven.doxia.site.decoration.io.xpp3
Methods in org.apache.maven.doxia.site.decoration.io.xpp3 that return LinkItem Modifier and Type Method Description private LinkItem
DecorationXpp3Reader. parseLinkItem(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseLinkItem.Methods in org.apache.maven.doxia.site.decoration.io.xpp3 with parameters of type LinkItem Modifier and Type Method Description private void
DecorationXpp3Writer. writeLinkItem(LinkItem linkItem, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeLinkItem.
-