|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrabbit.html.HtmlEscapeUtils
public class HtmlEscapeUtils
Escape strings to make them html-safe.
| Constructor Summary | |
|---|---|
HtmlEscapeUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
escapeHtml(java.lang.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 |
|---|
public HtmlEscapeUtils()
| Method Detail |
|---|
public static java.lang.String escapeHtml(java.lang.String s)
s - the String to escape
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||