|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.core.site.map.MenuResult
public class MenuResult
builds a menu for the website.
SitemapMenuController| Constructor Summary | |
|---|---|
MenuResult(SitemapNode base,
java.util.List<SitemapNode> bc, ServiceRequest req)
builds a new MenuResult. |
|
| Method Summary | |
|---|---|
org.jdom.Element |
deserializeToJDOM()
deserialises the menu to a JDOM representation. |
MenuResult |
setRootNode(SitemapNode root)
adds the root node to the result. |
MenuResult |
setRootSelected(boolean flag)
sets the flag, which indicates whether the selected node is the root node. |
MenuResult |
setThreeLevelBase(SitemapNode root)
initialised base of the first three menu levels. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MenuResult(SitemapNode base,
java.util.List<SitemapNode> bc, ServiceRequest req)
MenuResult.
base - the base node of the menu#bc - the bread crumbreq - the current request| Method Detail |
|---|
public org.jdom.Element deserializeToJDOM()
deserializeToJDOM in interface JDOMableJDOMable.deserializeToJDOM()public final MenuResult setRootSelected(boolean flag)
flag - the flag
public final MenuResult setRootNode(SitemapNode root)
root - the root node
public final MenuResult setThreeLevelBase(SitemapNode root)
root - the root node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||