Package | Description |
---|---|
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.internal.services.javascript |
[INTERNAL USE ONLY] JavaScript support implementations; API subject to change
|
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 |
---|---|
void |
DocumentLinkerImpl.addModuleConfigurationCallback(ModuleConfigurationCallback callback) |
void |
DocumentLinker.addModuleConfigurationCallback(ModuleConfigurationCallback callback)
Adds a module configuration callback for this request.
|
void |
PartialMarkupDocumentLinker.addModuleConfigurationCallback(ModuleConfigurationCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
JavaScriptSupportImpl.addModuleConfigurationCallback(ModuleConfigurationCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
ModuleManagerImpl.writeConfiguration(Element body,
List<ModuleConfigurationCallback> callbacks) |
Modifier and Type | Method and Description |
---|---|
void |
JavaScriptSupport.addModuleConfigurationCallback(ModuleConfigurationCallback callback)
Adds a module configuration callback for this request.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleManager.writeConfiguration(Element body,
List<ModuleConfigurationCallback> moduleConfigurationCallbacks)
Invoked by the internal
DocumentLinker service to write the configuration
for the module system into the page. |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.