Uses of Interface
org.apache.tapestry5.services.javascript.ModuleConfigurationCallback
Packages that use ModuleConfigurationCallback
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] AJAX support services; API subject to change
[INTERNAL USE ONLY] JavaScript support implementations; API subject to change
Support for Javascript (and CSS), including dynamically-added JavaScript and
services that manage dynamically-added links to JavaScript (and CSS) assets.
-
Uses of ModuleConfigurationCallback in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services with parameters of type ModuleConfigurationCallbackModifier and TypeMethodDescriptionvoid
DocumentLinker.addModuleConfigurationCallback
(ModuleConfigurationCallback callback) Adds a module configuration callback for this request.void
DocumentLinkerImpl.addModuleConfigurationCallback
(ModuleConfigurationCallback callback) void
PartialMarkupDocumentLinker.addModuleConfigurationCallback
(ModuleConfigurationCallback callback) -
Uses of ModuleConfigurationCallback in org.apache.tapestry5.internal.services.ajax
Methods in org.apache.tapestry5.internal.services.ajax with parameters of type ModuleConfigurationCallbackModifier and TypeMethodDescriptionvoid
JavaScriptSupportImpl.addModuleConfigurationCallback
(ModuleConfigurationCallback callback) -
Uses of ModuleConfigurationCallback in org.apache.tapestry5.internal.services.javascript
Method parameters in org.apache.tapestry5.internal.services.javascript with type arguments of type ModuleConfigurationCallbackModifier and TypeMethodDescriptionvoid
ModuleManagerImpl.writeConfiguration
(Element body, List<ModuleConfigurationCallback> callbacks) -
Uses of ModuleConfigurationCallback in org.apache.tapestry5.services.javascript
Methods in org.apache.tapestry5.services.javascript with parameters of type ModuleConfigurationCallbackModifier and TypeMethodDescriptionvoid
JavaScriptSupport.addModuleConfigurationCallback
(ModuleConfigurationCallback callback) Adds a module configuration callback for this request.Method parameters in org.apache.tapestry5.services.javascript with type arguments of type ModuleConfigurationCallbackModifier and TypeMethodDescriptionvoid
ModuleManager.writeConfiguration
(Element body, List<ModuleConfigurationCallback> moduleConfigurationCallbacks) Invoked by the internalDocumentLinker
service to write the configuration for the module system into the page.