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 Stringescape(String text)Escapes the text.static StringescapeAttribute(String attribute)Escapes the attribute value.
-