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 26786 2010-02-07 16:46:17Z mflorea $
|
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-2010 XWiki. All Rights Reserved.