Uses of Enum
org.apache.tapestry5.services.javascript.JavaScriptAggregationStrategy
Packages that use JavaScriptAggregationStrategy
Package
Description
[INTERNAL USE ONLY] asset support services; 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 JavaScriptAggregationStrategy in org.apache.tapestry5.internal.services.assets
Methods in org.apache.tapestry5.internal.services.assets with parameters of type JavaScriptAggregationStrategyModifier and TypeMethodDescriptionJavaScriptStackAssembler.assembleJavaScriptResourceForStack
(String stackName, boolean compress, JavaScriptAggregationStrategy javascriptAggregationStrategy) Obtains theJavaScriptStack
by name, and then uses theStreamableResourceSource
service to obtain the assets, which are combined together.JavaScriptStackAssemblerImpl.assembleJavaScriptResourceForStack
(String stackName, boolean compress, JavaScriptAggregationStrategy javascriptAggregationStrategy) -
Uses of JavaScriptAggregationStrategy in org.apache.tapestry5.services.javascript
Methods in org.apache.tapestry5.services.javascript that return JavaScriptAggregationStrategyModifier and TypeMethodDescriptionExtensibleJavaScriptStack.getJavaScriptAggregationStrategy()
JavaScriptStack.getJavaScriptAggregationStrategy()
Identifies how to aggregate JavaScript within the stack.Returns the enum constant of this type with the specified name.static JavaScriptAggregationStrategy[]
JavaScriptAggregationStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tapestry5.services.javascript with parameters of type JavaScriptAggregationStrategyModifier and TypeMethodDescriptionstatic StackExtension
StackExtension.javascriptAggregation
(JavaScriptAggregationStrategy strategy) Convenience for defining theJavaScriptStack.getJavaScriptAggregationStrategy()
.