| Package | Description |
|---|---|
| org.apache.maven.doxia.site.decoration |
| Modifier and Type | Class | Description |
|---|---|---|
class |
Logo |
Power by logo on the navigation.
|
class |
MenuItem |
A menu item.
|
| Modifier and Type | Method | Description |
|---|---|---|
LinkItem |
LinkItem.clone() |
Method clone.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<LinkItem> |
Body.getBreadcrumbs() |
Method getBreadcrumbs.
|
java.util.List<LinkItem> |
Body.getLinks() |
Method getLinks.
|
| 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.
|
| 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.
|