|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.visualization.datasource.render.EscapeUtil
public class EscapeUtil
A utility to escape strings.
| Method Summary | |
|---|---|
static String |
htmlEscape(String str)
Escapes the string for embedding in html. |
static String |
jsonEscape(String str)
This method is used to escape strings embedded in the json response. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String jsonEscape(String str)
str - The original string to escape.
public static String htmlEscape(String str)
str - The string to escape.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||