|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.site.decoration.Body
public class Body
The main content decoration.
| Constructor Summary | |
|---|---|
Body()
|
|
| 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 (like Javascript) to include in the HEAD block of the generated pages. |
List |
getLinks()
Method getLinks. |
List |
getMenus()
Method getMenus. |
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 (like Javascript) 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 a list of menus to include in the navigation. |
String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Body()
| Method Detail |
|---|
public void addBreadcrumb(LinkItem linkItem)
linkItem - public void addLink(LinkItem linkItem)
linkItem - public void addMenu(Menu menu)
menu - public boolean equals(Object other)
equals in class Objectother -
public List getBreadcrumbs()
public Object getHead()
public List getLinks()
public List getMenus()
public int hashCode()
hashCode in class Objectpublic void removeBreadcrumb(LinkItem linkItem)
linkItem - public void removeLink(LinkItem linkItem)
linkItem - public void removeMenu(Menu menu)
menu - public void setBreadcrumbs(List breadcrumbs)
breadcrumbs - public void setHead(Object head)
head - public void setLinks(List links)
links - public void setMenus(List menus)
menus - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||