Package com.axelor.common
Class HtmlUtils
- java.lang.Object
-
- com.axelor.common.HtmlUtils
-
public class HtmlUtils extends Object
This class provides some helper methods escaping, rendering, replacing HTML text
-
-
Constructor Summary
Constructors Constructor Description HtmlUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
escape(String text)
Escapes the text.static String
escapeAttribute(String attribute)
Escapes the attribute value.
-