Class HTMLEscape


  • public class HTMLEscape
    extends Object
    Class for escaping html of a String to show it in a hrml report without problems
    Author:
    Eduardo Ramos
    • Constructor Detail

      • HTMLEscape

        public HTMLEscape()
    • Method Detail

      • stringToHTMLString

        public static String stringToHTMLString​(String string)
        Escape html from a string to make it safe to show.
        Parameters:
        string - String to escape html
        Returns:
        Result string