Uses of Class
org.apache.maven.doxia.site.LinkItem
Packages that use LinkItem
Package
Description
-
Uses of LinkItem in org.apache.maven.doxia.site
Subclasses of LinkItem in org.apache.maven.doxia.siteModifier and TypeClassDescriptionclass
Banner logo on the masthead of the site.class
Power by logo on the navigation.class
A menu item.Fields in org.apache.maven.doxia.site with type parameters of type LinkItemMethods in org.apache.maven.doxia.site that return LinkItemMethods in org.apache.maven.doxia.site that return types with arguments of type LinkItemModifier and TypeMethodDescriptionBody.getBreadcrumbs()
Method getBreadcrumbs.Body.getLinks()
Method getLinks.Methods in org.apache.maven.doxia.site with parameters of type LinkItemModifier and TypeMethodDescriptionvoid
Body.addBreadcrumb
(LinkItem linkItem) Method addBreadcrumb.void
Method addLink.void
Body.removeBreadcrumb
(LinkItem linkItem) Method removeBreadcrumb.void
Body.removeLink
(LinkItem linkItem) Method removeLink.Method parameters in org.apache.maven.doxia.site with type arguments of type LinkItem -
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 LinkItemModifier and TypeMethodDescriptionDefaultSiteModelInheritanceAssembler.mergeLinkItemLists
(List<LinkItem> childList, List<LinkItem> parentList, DefaultSiteModelInheritanceAssembler.URLRebaser urlContainer, boolean cutParentAfterDuplicate) Methods in org.apache.maven.doxia.site.inheritance with parameters of type LinkItemModifier and TypeMethodDescriptionprivate void
DefaultSiteModelInheritanceAssembler.rebaseLinkItemPaths
(LinkItem item, DefaultSiteModelInheritanceAssembler.URLRebaser urlContainer) private void
DefaultSiteModelInheritanceAssembler.relativizeLinkItemPaths
(LinkItem item, String baseUrl) Method parameters in org.apache.maven.doxia.site.inheritance with type arguments of type LinkItemModifier and TypeMethodDescriptionDefaultSiteModelInheritanceAssembler.mergeLinkItemLists
(List<LinkItem> childList, 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 LinkItemModifier and TypeMethodDescriptionprivate LinkItem
SiteXpp3Reader.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 LinkItemModifier and TypeMethodDescriptionprivate void
SiteXpp3Writer.writeLinkItem
(LinkItem linkItem, 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 LinkItemModifier and TypeMethodDescriptionprivate LinkItem
DefaultSiteTool.convertLinkItem
(LinkItem oldLinkItem)