Package | Description |
---|---|
org.apache.maven.doxia.site.decoration | |
org.apache.maven.doxia.site.decoration.inheritance | |
org.apache.maven.doxia.site.decoration.io.xpp3 |
Modifier and Type | Class and Description |
---|---|
class |
Logo
Power by logo on the navigation.
|
class |
MenuItem
A menu item.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<LinkItem> |
Body.breadcrumbs
Field breadcrumbs.
|
private java.util.List<LinkItem> |
Body.links
Field links.
|
Modifier and Type | Method and Description |
---|---|
LinkItem |
LinkItem.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LinkItem> |
Body.getBreadcrumbs()
Method getBreadcrumbs.
|
java.util.List<LinkItem> |
Body.getLinks()
Method getLinks.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
private java.util.List<LinkItem> |
DefaultDecorationModelInheritanceAssembler.mergeLinkItemLists(java.util.List<LinkItem> childList,
java.util.List<LinkItem> parentList,
DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer,
boolean cutParentAfterDuplicate) |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultDecorationModelInheritanceAssembler.rebaseLinkItemPaths(LinkItem item,
DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer) |
private void |
DefaultDecorationModelInheritanceAssembler.relativizeLinkItemPaths(LinkItem item,
java.lang.String baseUrl) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<LinkItem> |
DefaultDecorationModelInheritanceAssembler.mergeLinkItemLists(java.util.List<LinkItem> childList,
java.util.List<LinkItem> parentList,
DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer,
boolean cutParentAfterDuplicate) |
private java.util.List<LinkItem> |
DefaultDecorationModelInheritanceAssembler.mergeLinkItemLists(java.util.List<LinkItem> childList,
java.util.List<LinkItem> parentList,
DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer,
boolean cutParentAfterDuplicate) |
Modifier and Type | Method and Description |
---|---|
private LinkItem |
DecorationXpp3Reader.parseLinkItem(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseLinkItem.
|
Modifier and Type | Method and Description |
---|---|
private void |
DecorationXpp3Writer.writeLinkItem(LinkItem linkItem,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeLinkItem.
|