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

Parses a list of style descriptors from a JDON input string.

Version:
$Id: StyleDescriptorJSONParser.java 33189 2010-11-30 13:57:38Z mflorea $

Constructor Summary
StyleDescriptorJSONParser()
           
 
Method Summary
 java.util.List<StyleDescriptor> parse(java.lang.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 java.util.List<StyleDescriptor> parse(java.lang.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-2011 XWiki. All Rights Reserved.