Class HtmlSanitizer


  • public class HtmlSanitizer
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String sanitizeHtml​(java.lang.String value, boolean allowBlocks, boolean allowFormatting, boolean allowLinks, boolean allowStyles, boolean allowImages, boolean allowTables, boolean allowMedia)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • sanitizeHtml

        public static java.lang.String sanitizeHtml​(java.lang.String value,
                                                    boolean allowBlocks,
                                                    boolean allowFormatting,
                                                    boolean allowLinks,
                                                    boolean allowStyles,
                                                    boolean allowImages,
                                                    boolean allowTables,
                                                    boolean allowMedia)