org.xwiki.gwt.wysiwyg.client
Class MenuItemDescriptorJSONParser
java.lang.Object
org.xwiki.gwt.wysiwyg.client.MenuItemDescriptorJSONParser
public class MenuItemDescriptorJSONParser
- extends Object
Parses a list of MenuItemDescriptor from a JSON input string.
- Version:
- $Id: bd52b8c928f7c5cd61489b0bb35078d784134754 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MenuItemDescriptorJSONParser
public MenuItemDescriptorJSONParser()
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–2015 XWiki. All rights reserved.