rabbit.html
Class HtmlEscapeUtils

java.lang.Object
  extended by rabbit.html.HtmlEscapeUtils

public class HtmlEscapeUtils
extends Object

Escape strings to make them html-safe.

Author:
Robert Olofsson

Constructor Summary
HtmlEscapeUtils()
           
 
Method Summary
static String escapeHtml(String s)
          Make the gven string html-safe.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlEscapeUtils

public HtmlEscapeUtils()
Method Detail

escapeHtml

public static String escapeHtml(String s)
Make the gven string html-safe.

Parameters:
s - the String to escape
Returns:
the escaped string