Interface JavaScriptStackPathConstructor
- All Known Implementing Classes:
JavaScriptStackPathConstructorImpl
public interface JavaScriptStackPathConstructor
Used to generate a list of asset URL paths for the JavaScript libraries
of a JavaScript stack. This encapsulates much of the logic of script
aggregation.
- Since:
- 5.2.0
- See Also:
-
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.
-
Method Details
-
constructPathsForJavaScriptStack
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.- Parameters:
stackName
- name ofJavaScriptStack
-