Class JavaScriptStackPathConstructorImpl
java.lang.Object
org.apache.tapestry5.internal.services.javascript.JavaScriptStackPathConstructorImpl
- All Implemented Interfaces:
JavaScriptStackPathConstructor
public class JavaScriptStackPathConstructorImpl
extends Object
implements JavaScriptStackPathConstructor
-
Constructor Summary
ConstructorsConstructorDescriptionJavaScriptStackPathConstructorImpl
(ThreadLocale threadLocale, AssetPathConstructor assetPathConstructor, JavaScriptStackSource javascriptStackSource, JavaScriptStackAssembler assembler, ResponseCompressionAnalyzer compressionAnalyzer, boolean combineScripts) -
Method Summary
Modifier and TypeMethodDescriptionconstructPathsForJavaScriptStack
(String stackName) Given a stack, by name, return a list of URL paths for the individual libraries in the stack.
-
Constructor Details
-
JavaScriptStackPathConstructorImpl
public JavaScriptStackPathConstructorImpl(ThreadLocale threadLocale, AssetPathConstructor assetPathConstructor, JavaScriptStackSource javascriptStackSource, JavaScriptStackAssembler assembler, ResponseCompressionAnalyzer compressionAnalyzer, @Symbol("tapestry.combine-scripts") boolean combineScripts)
-
-
Method Details
-
constructPathsForJavaScriptStack
Description copied from interface:JavaScriptStackPathConstructor
Given a stack, by name, return a list of URL paths for the individual libraries in the stack. If scripts are combined, this will be a single (combined) URL.- Specified by:
constructPathsForJavaScriptStack
in interfaceJavaScriptStackPathConstructor
- Parameters:
stackName
- name ofJavaScriptStack
-