|
RichFaces UI Components UI 4.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.json.CookieList
public final class CookieList
Convert a web browser cookie list string to a JSONObject and back.
| Method Summary | |
|---|---|
static JSONObject |
toJSONObject(String string)
Convert a cookie list into a JSONObject. |
static String |
toString(JSONObject o)
Convert a JSONObject into a cookie list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static JSONObject toJSONObject(String string)
throws JSONException
string - A cookie list string
JSONException
public static String toString(JSONObject o)
throws JSONException
o - A JSONObject
JSONException
|
RichFaces UI Components UI 4.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||