org.xwiki.gwt.wysiwyg.client.cleaner
Interface HTMLCleanerAsync
public interface HTMLCleanerAsync
Cleaner interface to be used on the client. It should have all the methods from HTMLCleaner with an
additional AsyncCallback parameter. This is specific to GWT's architecture.
- Version:
- $Id: HTMLCleanerAsync.java 26786 2010-02-07 16:46:17Z mflorea $
|
Method Summary |
void |
clean(java.lang.String dirtyHTML,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.String> callback)
Makes a request to the server to clean the given HTML fragment. |
clean
void clean(java.lang.String dirtyHTML,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.String> callback)
- Makes a request to the server to clean the given HTML fragment.
- Parameters:
dirtyHTML - the string containing the HTML output of the WYSIWYG editorcallback - the object used to notify the caller when the server response is received
Copyright © 2004-2011 XWiki. All Rights Reserved.