Class HtmlEvaluationUtil


  • public class HtmlEvaluationUtil
    extends Object
    HTML evaluation utility class.
    Since:
    6.0.0
    Version:
    $Revision: 13093 $ $Date: 2011-05-28 18:40:18 -0300 (Sat, 28 May 2011) $
    • Constructor Detail

      • HtmlEvaluationUtil

        public HtmlEvaluationUtil()
    • Method Detail

      • formatOutput

        public static String formatOutput​(List<HtmlEvaluationMessage> messages,
                                          String url,
                                          String html)
        Returns a text the HTML evaluation messages in a friendly format.
        Parameters:
        messages - list of messages generated during the HTML evaluation.
        url - URL for the HTML. This is used as informational only.
        html - the HTML.
        Returns:
        the text.
        Since:
        6.0.0