Uses of Interface
org.apache.tapestry5.services.assets.AssetChecksumGenerator
-
Packages that use AssetChecksumGenerator Package Description org.apache.tapestry5.internal.services.assets [INTERNAL USE ONLY] asset support services; API subject to changeorg.apache.tapestry5.modules -
-
Uses of AssetChecksumGenerator in org.apache.tapestry5.internal.services.assets
Classes in org.apache.tapestry5.internal.services.assets that implement AssetChecksumGenerator Modifier and Type Class Description class
AssetChecksumGeneratorImpl
Fields in org.apache.tapestry5.internal.services.assets declared as AssetChecksumGenerator Modifier and Type Field Description protected AssetChecksumGenerator
StreamableResourceImpl. assetChecksumGenerator
-
Uses of AssetChecksumGenerator in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules with parameters of type AssetChecksumGenerator Modifier and Type Method Description StreamableResourceSource
AssetsModule. enableCompression(StreamableResourceSource delegate, boolean gzipEnabled, int compressionCutoff, AssetChecksumGenerator checksumGenerator)
StreamableResourceSource
AssetsModule. enableCSSURLRewriting(StreamableResourceSource delegate, OperationTracker tracker, AssetSource assetSource, AssetChecksumGenerator checksumGenerator, boolean strictCssUrlRewriting)
-