Package lumis.portal.htmlevaluation
Class HtmlEvaluationUtil
- java.lang.Object
-
- lumis.portal.htmlevaluation.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 Summary
Constructors Constructor Description HtmlEvaluationUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
formatOutput(List<HtmlEvaluationMessage> messages, String url, String html)
Returns a text the HTML evaluation messages in a friendly format.
-
-
-
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
-
-