Uses of Class
org.apache.tapestry5.services.javascript.JavaScriptModuleConfiguration
Packages that use JavaScriptModuleConfiguration
Package
Description
[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 JavaScriptModuleConfiguration in org.apache.tapestry5.internal.services.javascript
Constructor parameters in org.apache.tapestry5.internal.services.javascript with type arguments of type JavaScriptModuleConfigurationModifierConstructorDescriptionModuleManagerImpl
(ResponseCompressionAnalyzer compressionAnalyzer, AssetSource assetSource, Map<String, JavaScriptModuleConfiguration> configuration, Messages globalMessages, StreamableResourceSource streamableResourceSource, boolean compactJSON, boolean productionMode, String modulePathPrefix, PathConstructor pathConstructor) -
Uses of JavaScriptModuleConfiguration in org.apache.tapestry5.services.javascript
Methods in org.apache.tapestry5.services.javascript that return JavaScriptModuleConfigurationModifier and TypeMethodDescriptionAMDWrapper.asJavaScriptModuleConfiguration()
Return this wrapper instance as aJavaScriptModuleConfiguration
, so it can be contributed to theModuleManager
's configuration.A list of other module names the shim depends on.The name of a global variable exported by the module.JavaScriptModuleConfiguration.initializeWith
(String expression) Used as an alternative to exports(String), this allows a short expression to be specified; the expression is used to initialize, clean up, and (usually) return the module's export value.