rabbit.html
Class HtmlEscapeUtils
java.lang.Object
rabbit.html.HtmlEscapeUtils
public class HtmlEscapeUtils
- extends Object
Escape strings to make them html-safe.
- Author:
- Robert Olofsson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlEscapeUtils
public HtmlEscapeUtils()
escapeHtml
public static String escapeHtml(String s)
- Make the gven string html-safe.
- Parameters:
s
- the String to escape
- Returns:
- the escaped string