org.apache.maven.doxia.site.decoration
public class Body extends Object implements Serializable
Version: $Revision$ $Date$
| Method Summary | |
|---|---|
| void | addBreadcrumb(LinkItem linkItem)
Method addBreadcrumb
|
| void | addLink(LinkItem linkItem)
Method addLink
|
| void | addMenu(Menu menu)
Method addMenu
|
| boolean | equals(Object other)
Method equals
|
| List | getBreadcrumbs()
Method getBreadcrumbs |
| Object | getHead()
Get Additional content to include in the HEAD block of the
generated pages. |
| List | getLinks()
Method getLinks |
| List | getMenus()
Method getMenus |
| String | getModelEncoding() |
| int | hashCode()
Method hashCode |
| void | removeBreadcrumb(LinkItem linkItem)
Method removeBreadcrumb
|
| void | removeLink(LinkItem linkItem)
Method removeLink
|
| void | removeMenu(Menu menu)
Method removeMenu
|
| void | setBreadcrumbs(List breadcrumbs)
Set A list of breadcrumbs to display in the navigation.
|
| void | setHead(Object head)
Set Additional content to include in the HEAD block of the
generated pages.
|
| void | setLinks(List links)
Set A list of links to display in the navigation.
|
| void | setMenus(List menus)
Set Menus to include in the navigation.
|
| void | setModelEncoding(String modelEncoding) |
| String | toString()
Method toString |
Parameters: linkItem
Parameters: linkItem
Parameters: menu
Parameters: other
Parameters: linkItem
Parameters: linkItem
Parameters: menu
Parameters: breadcrumbs
Parameters: head
Parameters: links
Parameters: menus