|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wicketstuff.select2.json.Json
public class Json
Json utilities
| Method Summary | |
|---|---|
static void |
writeFunction(org.apache.wicket.ajax.json.JSONStringer stringer,
String key,
String value)
Writes a key/value pair into the writer where value represents a javascript
function and should be written out unencoded if the value is not null |
static void |
writeObject(org.apache.wicket.ajax.json.JSONStringer stringer,
String key,
Object value)
Writes a key/value pair into the writer if the value is not null |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void writeObject(org.apache.wicket.ajax.json.JSONStringer stringer,
String key,
Object value)
throws org.apache.wicket.ajax.json.JSONException
writer if the value is not null
stringer - json writerkey - keyvalue - value
org.apache.wicket.ajax.json.JSONException
public static void writeFunction(org.apache.wicket.ajax.json.JSONStringer stringer,
String key,
String value)
throws org.apache.wicket.ajax.json.JSONException
writer where value represents a javascript
function and should be written out unencoded if the value is not null
stringer - json writerkey - keyvalue - value
org.apache.wicket.ajax.json.JSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||