public interface HTMLCleanerAsync
HTMLCleaner with an
additional AsyncCallback parameter. This is specific to GWT's architecture.| Modifier and Type | Method and Description |
|---|---|
void |
clean(String dirtyHTML,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
Makes a request to the server to clean the given HTML fragment.
|
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–2016 XWiki. All rights reserved.