Package | Description |
---|---|
org.apache.tapestry5.internal.json |
[INTERNAL USE ONLY] support classes for the JSON module; API subject to change
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.internal.services.ajax |
[INTERNAL USE ONLY] AJAX support services; API subject to change
|
org.apache.tapestry5.json |
Repackaged, improved (and tested) version of code originally from json.org.
|
org.apache.tapestry5.services.javascript |
Support for Javascript (and CSS), including dynamically-added JavaScript and
services that manage dynamically-added links to JavaScript (and CSS) assets.
|
Modifier and Type | Method and Description |
---|---|
JSONArray |
StringToJSONArray.coerce(String input) |
Modifier and Type | Method and Description |
---|---|
void |
PartialMarkupDocumentLinker.addInitialization(InitializationPriority priority,
String moduleName,
String functionName,
JSONArray arguments) |
void |
DocumentLinkerImpl.addInitialization(InitializationPriority priority,
String moduleName,
String functionName,
JSONArray arguments) |
void |
ModuleInitsManager.addInitialization(InitializationPriority priority,
String moduleName,
String functionName,
JSONArray arguments) |
void |
DocumentLinker.addInitialization(InitializationPriority priority,
String moduleName,
String functionName,
JSONArray arguments)
Adds initialization, based on invoking functions exported by JavaScript modules.
|
void |
JSONArrayEventResultProcessor.processResultValue(JSONArray value) |
Modifier and Type | Method and Description |
---|---|
void |
JavaScriptSupportImpl.addInitializerCall(InitializationPriority priority,
String functionName,
JSONArray parameter) |
void |
JavaScriptSupportImpl.addInitializerCall(String functionName,
JSONArray parameter) |
Modifier and Type | Method and Description |
---|---|
static JSONArray |
JSONArray.from(Iterable<?> iterable)
Create a new array, and adds all values fro the iterable to the array (using
putAll(Iterable) . |
JSONArray |
JSONArray.getJSONArray(int index)
Get the JSONArray associated with an index.
|
JSONArray |
JSONObject.getJSONArray(String key)
Get the JSONArray value associated with a key.
|
JSONArray |
JSONObject.names()
Produce a JSONArray containing the names of the elements of this JSONObject.
|
JSONArray |
JSONArray.put(int index,
Object value)
Put or replace an object value in the JSONArray.
|
JSONArray |
JSONArray.put(Object value)
Append an object value.
|
JSONArray |
JSONArray.putAll(Iterable<?> collection)
Puts all objects from the collection into this JSONArray, using
put(Object) . |
Modifier and Type | Method and Description |
---|---|
void |
JavaScriptSupport.addInitializerCall(InitializationPriority priority,
String functionName,
JSONArray parameter)
Deprecated.
Deprecated in 5.4; refactor to use JavaScript modules instead
|
void |
JavaScriptSupport.addInitializerCall(String functionName,
JSONArray parameter)
Deprecated.
Deprecated in 5.4; refactor to use JavaScript modules instead
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.