|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.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 ParseException
string
- A cookie list string
ParseException
public static String toString(JSONObject o)
o
- A JSONObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |