public interface HTMLCleanerAsync
HTMLCleaner with an
additional AsyncCallback parameter. This is specific to GWT's architecture.void clean(String dirtyHTML, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
dirtyHTML - the string containing the HTML output of the WYSIWYG editorcallback - the object used to notify the caller when the server response is receivedCopyright © 2004–2014 XWiki. All rights reserved.