org.xwiki.gwt.wysiwyg.client.cleaner
Interface HTMLCleaner
- All Superinterfaces:
- com.google.gwt.user.client.rpc.RemoteService
@ComponentRole
@RemoteServiceRelativePath(value="HTMLCleaner.gwtrpc")
public interface HTMLCleaner
- extends com.google.gwt.user.client.rpc.RemoteService
Cleans the HTML generated by the WYSIWYG editor. Its main purpose is to remove or transform the HTML elements that
were added by the editor only for internal reasons.
- Version:
- $Id: HTMLCleaner.java 32975 2010-11-19 10:09:01Z vmassol $
|
Method Summary |
java.lang.String |
clean(java.lang.String dirtyHTML)
|
clean
java.lang.String clean(java.lang.String dirtyHTML)
- Parameters:
dirtyHTML - the string containing the HTML output of the WYSIWYG editor
- Returns:
- the cleaned HTML
Copyright © 2004-2011 XWiki. All Rights Reserved.