Uses of Interface
org.apache.tapestry5.services.assets.AssetPathConstructor
-
Packages that use AssetPathConstructor Package Description org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.internal.services.assets [INTERNAL USE ONLY] asset support services; API subject to changeorg.apache.tapestry5.internal.services.javascript [INTERNAL USE ONLY] JavaScript support implementations; API subject to changeorg.apache.tapestry5.modules -
-
Uses of AssetPathConstructor in org.apache.tapestry5.internal.services
Constructors in org.apache.tapestry5.internal.services with parameters of type AssetPathConstructor Constructor Description AbstractAssetFactory(ResponseCompressionAnalyzer compressionAnalyzer, ResourceChangeTracker resourceChangeTracker, StreamableResourceSource streamableResourceSource, AssetPathConstructor assetPathConstructor, Resource rootResource)
ClasspathAssetFactory(ResponseCompressionAnalyzer compressionAnalyzer, ResourceChangeTracker resourceChangeTracker, StreamableResourceSource streamableResourceSource, AssetPathConstructor assetPathConstructor, ClasspathAssetAliasManager aliasManager)
ContextAssetFactory(ResponseCompressionAnalyzer compressionAnalyzer, ResourceChangeTracker resourceChangeTracker, StreamableResourceSource streamableResourceSource, AssetPathConstructor assetPathConstructor, Context context)
-
Uses of AssetPathConstructor in org.apache.tapestry5.internal.services.assets
Classes in org.apache.tapestry5.internal.services.assets that implement AssetPathConstructor Modifier and Type Class Description class
AssetPathConstructorImpl
-
Uses of AssetPathConstructor in org.apache.tapestry5.internal.services.javascript
Constructors in org.apache.tapestry5.internal.services.javascript with parameters of type AssetPathConstructor Constructor Description JavaScriptStackPathConstructorImpl(ThreadLocale threadLocale, AssetPathConstructor assetPathConstructor, JavaScriptStackSource javascriptStackSource, JavaScriptStackAssembler assembler, ResponseCompressionAnalyzer compressionAnalyzer, boolean combineScripts)
-
Uses of AssetPathConstructor in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules with parameters of type AssetPathConstructor Modifier and Type Method Description static AssetFactory
AssetsModule. buildContextAssetFactory(ApplicationGlobals globals, AssetPathConstructor assetPathConstructor, ResponseCompressionAnalyzer compressionAnalyzer, ResourceChangeTracker resourceChangeTracker, StreamableResourceSource streamableResourceSource)
-