org.xwiki.gwt.wysiwyg.client
Class MenuItemDescriptorJSONParser

java.lang.Object
  extended by org.xwiki.gwt.wysiwyg.client.MenuItemDescriptorJSONParser

public class MenuItemDescriptorJSONParser
extends Object

Parses a list of MenuItemDescriptor from a JSON input string.

Version:
$Id: bd52b8c928f7c5cd61489b0bb35078d784134754 $

Constructor Summary
MenuItemDescriptorJSONParser()
           
 
Method Summary
 List<MenuItemDescriptor> parse(String json)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuItemDescriptorJSONParser

public MenuItemDescriptorJSONParser()
Method Detail

parse

public List<MenuItemDescriptor> parse(String json)
Parameters:
json - JSON representation of a list of menu item descriptors
Returns:
the list of menu item descriptors read from the given JSON string


Copyright © 2004-2012 XWiki. All Rights Reserved.