Uses of Annotation Type
org.apache.tapestry5.ioc.annotations.Decorate
Packages that use Decorate
-
Uses of Decorate in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules with annotations of type DecorateModifier and TypeMethodDescriptionAssetsModule.enableCompressedCaching
(StreamableResourceSource delegate, boolean gzipEnabled, ResourceChangeTracker tracker) AssetsModule.enableCompression
(StreamableResourceSource delegate, boolean gzipEnabled, int compressionCutoff, AssetChecksumGenerator checksumGenerator) AssetsModule.enableCSSURLRewriting
(StreamableResourceSource delegate, OperationTracker tracker, AssetSource assetSource, AssetChecksumGenerator checksumGenerator, boolean strictCssUrlRewriting) AssetsModule.enableMinification
(StreamableResourceSource delegate, ResourceMinimizer minimizer, boolean enabled) AssetsModule.enableUncompressedCaching
(StreamableResourceSource delegate, ResourceChangeTracker tracker) AssetsModule.setupDisableMinificationByJavaScriptStack
(StreamableResourceSource delegate, boolean enabled, JavaScriptStackSource javaScriptStackSource, Request request) AssetsModule.setupTextAssetsAsUTF8
(StreamableResourceSource delegate) Ensures that all "text/*" assets are given the UTF-8 charset.