com.jaspersoft.jasperserver.war.common
Class SiteMenu

java.lang.Object
  extended by com.jaspersoft.jasperserver.war.common.SiteMenu

public class SiteMenu
extends java.lang.Object

Author:
sbirney

Nested Class Summary
static class SiteMenu.MenuItem
           
 
Constructor Summary
SiteMenu()
           
 
Method Summary
 SiteMenu.MenuItem getMenu()
           
static SiteMenu instance()
           
protected  SiteMenu.MenuItem parse(java.lang.String menuXmlUri)
           
protected  SiteMenu.MenuItem parseMenuItem(org.w3c.dom.Element itemNode)
           
 void printNode(org.w3c.dom.Node n, int indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SiteMenu

public SiteMenu()
Method Detail

instance

public static SiteMenu instance()

getMenu

public SiteMenu.MenuItem getMenu()
                          throws java.lang.Exception
Throws:
java.lang.Exception

parse

protected SiteMenu.MenuItem parse(java.lang.String menuXmlUri)
                           throws java.lang.Exception
Throws:
java.lang.Exception

printNode

public void printNode(org.w3c.dom.Node n,
                      int indent)

parseMenuItem

protected SiteMenu.MenuItem parseMenuItem(org.w3c.dom.Element itemNode)


Copyright © 2007. All Rights Reserved.