|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JSONObject | |
|---|---|
| org.apache.tapestry.corelib.mixins | |
| org.apache.tapestry.internal.services | |
| org.apache.tapestry.json | |
| org.apache.tapestry.services | |
| Uses of JSONObject in org.apache.tapestry.corelib.mixins |
|---|
| Methods in org.apache.tapestry.corelib.mixins with parameters of type JSONObject | |
|---|---|
protected void |
Autocomplete.configure(JSONObject config)
Invoked to allow subclasses to further configure the parameters passed to the JavaScript Ajax.Autocompleter options. |
| Uses of JSONObject in org.apache.tapestry.internal.services |
|---|
| Methods in org.apache.tapestry.internal.services with parameters of type JSONObject | |
|---|---|
void |
JSONObjectEventResultProcessor.processResultValue(JSONObject value)
|
void |
PageRenderQueueImpl.renderPartial(MarkupWriter writer,
JSONObject reply)
|
void |
PageRenderQueue.renderPartial(MarkupWriter writer,
JSONObject reply)
Performs a partial markup render, as configured via PageRenderQueue.initializeForPartialPageRender(org.apache.tapestry.runtime.RenderCommand). |
void |
PartialRenderPageRenderSupport.update(JSONObject reply)
Updates the reply with a "script" key, if any scripting has been collected via PartialRenderPageRenderSupport.addScript(String,
Object[]) }. |
| Uses of JSONObject in org.apache.tapestry.json |
|---|
| Methods in org.apache.tapestry.json that return JSONObject | |
|---|---|
JSONObject |
JSONObject.accumulate(String key,
Object value)
Accumulate values under a key. |
JSONObject |
JSONObject.append(String key,
Object value)
Append values to the array under a key. |
JSONObject |
JSONArray.getJSONObject(int index)
Get the JSONObject associated with an index. |
JSONObject |
JSONObject.getJSONObject(String key)
Get the JSONObject value associated with a key. |
JSONObject |
JSONObject.put(String key,
Object value)
Put a key/value pair in the JSONObject. |
| Constructors in org.apache.tapestry.json with parameters of type JSONObject | |
|---|---|
JSONObject(JSONObject source,
String... propertyNames)
Construct a JSONObject from a subset of another JSONObject. |
|
| Uses of JSONObject in org.apache.tapestry.services |
|---|
| Methods in org.apache.tapestry.services with parameters of type JSONObject | |
|---|---|
void |
PartialMarkupRenderer.renderMarkup(MarkupWriter writer,
JSONObject reply)
Implementations should perform work before or after passing the writer to the renderer. |
void |
PartialMarkupRendererFilter.renderMarkup(MarkupWriter writer,
JSONObject reply,
PartialMarkupRenderer renderer)
Implementations should perform work before or after passing the writer to the renderer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||