public class HtmlUtils extends Object
Constructor and Description |
---|
HtmlUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
escape(String text)
Escapes the text.
|
static String |
escapeAttribute(String attribute)
Escapes the attribute value.
|