org.xwiki.gwt.wysiwyg.client.plugin.style
Class StyleDescriptorJSONParser
java.lang.Object
org.xwiki.gwt.wysiwyg.client.plugin.style.StyleDescriptorJSONParser
public class StyleDescriptorJSONParser
- extends Object
Parses a list of style descriptors from a JDON input string.
- Version:
- $Id: 846ad77cd325f1b82abab64b68c2c594023fa492 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StyleDescriptorJSONParser
public StyleDescriptorJSONParser()
parse
public List<StyleDescriptor> parse(String json)
- Parameters:
json - JSON representation of a list of style descriptors
- Returns:
- the list of style descriptors read from the given JSON string
Copyright © 2004–2015 XWiki. All rights reserved.