Class HtmlEvaluationUtil


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String formatOutput​(java.util.List<HtmlEvaluationMessage> messages, java.lang.String url, java.lang.String html)
      Returns a text the HTML evaluation messages in a friendly format.
      • Methods inherited from class java.lang.Object

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

      • HtmlEvaluationUtil

        public HtmlEvaluationUtil()
    • Method Detail

      • formatOutput

        public static java.lang.String formatOutput​(java.util.List<HtmlEvaluationMessage> messages,
                                                    java.lang.String url,
                                                    java.lang.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