Package org.apache.empire.jsf2.utils
Class HtmlUtils
java.lang.Object
org.apache.empire.jsf2.utils.HtmlUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionescapeText(String text) escapes a String for htmlstatic HtmlUtilsstatic voidsetInstance(HtmlUtils htmlUtils)
-
Constructor Details
-
HtmlUtils
public HtmlUtils()
-
-
Method Details
-
getInstance
-
setInstance
-
escapeText
escapes a String for html- Parameters:
text- the text to escape- Returns:
- the escaped html String
-