|
||||||||||
| 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 java.lang.String |
htmlEscape(java.lang.String str)
Escapes the string for embedding in html. |
static java.lang.String |
jsonEscape(java.lang.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 java.lang.String jsonEscape(java.lang.String str)
str - The original string to escape.
public static java.lang.String htmlEscape(java.lang.String str)
str - The string to escape.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||