|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.ajax.json.JSONWriter
JSONStringer instead.
@Deprecated public class JSONWriter
| Field Summary | |
|---|---|
protected char |
mode
Deprecated. |
protected Writer |
writer
Deprecated. |
| Constructor Summary | |
|---|---|
JSONWriter()
Deprecated. |
|
JSONWriter(Writer w)
Deprecated. |
|
| Method Summary | |
|---|---|
JSONWriter |
array()
Deprecated. |
JSONWriter |
endArray()
Deprecated. |
JSONWriter |
endObject()
Deprecated. |
JSONWriter |
key(String string)
Deprecated. |
JSONWriter |
object()
Deprecated. |
JSONWriter |
value(boolean b)
Deprecated. |
JSONWriter |
value(double d)
Deprecated. |
JSONWriter |
value(long l)
Deprecated. |
JSONWriter |
value(Object object)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected char mode
protected Writer writer
| Constructor Detail |
|---|
public JSONWriter()
public JSONWriter(Writer w)
| Method Detail |
|---|
public JSONWriter array()
throws JSONException
JSONException
public JSONWriter endArray()
throws JSONException
JSONException
public JSONWriter endObject()
throws JSONException
JSONException
public JSONWriter key(String string)
throws JSONException
JSONException
public JSONWriter object()
throws JSONException
JSONException
public JSONWriter value(boolean b)
throws JSONException
JSONException
public JSONWriter value(double d)
throws JSONException
JSONException
public JSONWriter value(long l)
throws JSONException
JSONException
public JSONWriter value(Object object)
throws JSONException
JSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||