|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.tobago.renderkit.util.JQueryUtils
public class JQueryUtils
| Method Summary | |
|---|---|
static String |
escapeId(String id)
Puts two backslashes before : and . to escape them. |
static String |
escapeSelector(String value)
Puts two backslashes before #;&,.+*~':"! |
static String |
escapeValue(String value)
Puts one backslashes before \ to escape it. |
static String |
selectId(String id)
Creates a selector for an id like jQuery('#id'). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String escapeId(String id)
public static String escapeValue(String value)
public static String escapeSelector(String value)
public static String selectId(String id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||