Interface HTMLCleaner


  • @Role
    public interface HTMLCleaner
    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: f987dd7aaa9c265661a904569c90e59e9636ee32 $
    • Method Detail

      • clean

        String clean​(String dirtyHTML)
        Parameters:
        dirtyHTML - the string containing the HTML output of the WYSIWYG editor
        Returns:
        the cleaned HTML