org.xwiki.gwt.wysiwyg.client.plugin.link
Class LinkConfigJSONParser

java.lang.Object
  extended by org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfigJSONParser
All Implemented Interfaces:
org.xwiki.gwt.user.client.ui.rta.cmd.internal.AbstractInsertElementExecutable.ConfigJSONParser<LinkConfig>

public class LinkConfigJSONParser
extends Object
implements org.xwiki.gwt.user.client.ui.rta.cmd.internal.AbstractInsertElementExecutable.ConfigJSONParser<LinkConfig>

Creates LinkConfig instances from JSON.

Version:
$Id: 05f62acf67fbc3d88c5f0d0f6684e51eab0d6214 $

Constructor Summary
LinkConfigJSONParser()
           
 
Method Summary
 LinkConfig parse(String json)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkConfigJSONParser

public LinkConfigJSONParser()
Method Detail

parse

public LinkConfig parse(String json)

Specified by:
parse in interface org.xwiki.gwt.user.client.ui.rta.cmd.internal.AbstractInsertElementExecutable.ConfigJSONParser<LinkConfig>
See Also:
AbstractInsertElementExecutable.ConfigJSONParser.parse(String)


Copyright © 2004–2014 XWiki. All rights reserved.