to.etc.domui.component.menu
Class MenuGenerator2

java.lang.Object
  extended by to.etc.domui.component.menu.MenuGenerator2

public class MenuGenerator2
extends java.lang.Object


Constructor Summary
MenuGenerator2()
           
 
Method Summary
 void generate(java.io.Writer pw, java.util.List<IMenuItem> list)
          Generate the menu as a JSON structure.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuGenerator2

public MenuGenerator2()
Method Detail

generate

public void generate(java.io.Writer pw,
                     java.util.List<IMenuItem> list)
              throws java.lang.Exception
Generate the menu as a JSON structure.

Parameters:
pw -
list -
Throws:
java.lang.Exception