org.xwiki.gwt.wysiwyg.client.plugin.style
Class StyleDescriptorJSONParser

java.lang.Object
  extended by 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$

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

Constructor Detail

StyleDescriptorJSONParser

public StyleDescriptorJSONParser()
Method Detail

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-2012 XWiki. All Rights Reserved.