Uses of Class
org.apache.maven.doxia.site.decoration.LinkItem
Packages that use LinkItem
Package
Description
-
Uses of LinkItem in org.apache.maven.doxia.site.decoration
Subclasses of LinkItem in org.apache.maven.doxia.site.decorationModifier and TypeClassDescriptionclassPower by logo on the navigation.classA menu item.Fields in org.apache.maven.doxia.site.decoration with type parameters of type LinkItemMethods in org.apache.maven.doxia.site.decoration that return LinkItemMethods in org.apache.maven.doxia.site.decoration that return types with arguments of type LinkItemModifier and TypeMethodDescriptionBody.getBreadcrumbs()Method getBreadcrumbs.Body.getLinks()Method getLinks.Methods in org.apache.maven.doxia.site.decoration with parameters of type LinkItemModifier and TypeMethodDescriptionvoidBody.addBreadcrumb(LinkItem linkItem) Method addBreadcrumb.voidMethod 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 -
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 LinkItemModifier and TypeMethodDescriptionDefaultDecorationModelInheritanceAssembler.mergeLinkItemLists(List<LinkItem> childList, List<LinkItem> parentList, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer, boolean cutParentAfterDuplicate) Methods in org.apache.maven.doxia.site.decoration.inheritance with parameters of type LinkItemModifier and TypeMethodDescriptionprivate voidDefaultDecorationModelInheritanceAssembler.rebaseLinkItemPaths(LinkItem item, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer) private voidDefaultDecorationModelInheritanceAssembler.relativizeLinkItemPaths(LinkItem item, String baseUrl) Method parameters in org.apache.maven.doxia.site.decoration.inheritance with type arguments of type LinkItemModifier and TypeMethodDescriptionDefaultDecorationModelInheritanceAssembler.mergeLinkItemLists(List<LinkItem> childList, 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 LinkItemModifier and TypeMethodDescriptionprivate LinkItemDecorationXpp3Reader.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 LinkItemModifier and TypeMethodDescriptionprivate voidDecorationXpp3Writer.writeLinkItem(LinkItem linkItem, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeLinkItem.