Uses of Interface
org.apache.tapestry5.services.assets.StreamableResourceSource

Packages that use StreamableResourceSource
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.internal.services.assets [INTERNAL USE ONLY] asset support services; API subject to change 
org.apache.tapestry5.services.assets Various services for assets (e.g., images, JavaScript & CSS files) 
 

Uses of StreamableResourceSource in org.apache.tapestry5.internal.services
 

Constructors in org.apache.tapestry5.internal.services with parameters of type StreamableResourceSource
ResourceStreamerImpl(Request request, Response response, StreamableResourceSource streamableResourceSource, ResponseCompressionAnalyzer analyzer, OperationTracker tracker, boolean productionMode, ResourceChangeTracker resourceChangeTracker)
           
 

Uses of StreamableResourceSource in org.apache.tapestry5.internal.services.assets
 

Classes in org.apache.tapestry5.internal.services.assets that implement StreamableResourceSource
 class SRSCachingInterceptor
          An interceptor for the StreamableResourceSource service that handles caching of content.
 class SRSCompressedCachingInterceptor
          Specialization of SRSCachingInterceptor that only attempts to cache compressed resources.
 class SRSCompressingInterceptor
           
 class SRSMinimizingInterceptor
          Loops the result through the ResourceMinimizer service.
 class StreamableResourceSourceImpl
           
 

Constructors in org.apache.tapestry5.internal.services.assets with parameters of type StreamableResourceSource
SRSCachingInterceptor(StreamableResourceSource delegate)
           
SRSCompressedCachingInterceptor(StreamableResourceSource delegate)
           
SRSCompressingInterceptor(int compressionCutoff, StreamableResourceSource delegate)
           
SRSMinimizingInterceptor(StreamableResourceSource delegate, ResourceMinimizer minimizer)
           
StackAssetRequestHandler(StreamableResourceSource streamableResourceSource, JavaScriptStackSource javascriptStackSource, LocalizationSetter localizationSetter, ResponseCompressionAnalyzer compressionAnalyzer, ResourceStreamer resourceStreamer, ResourceMinimizer resourceMinimizer, OperationTracker tracker, boolean minificationEnabled, ResourceChangeTracker resourceChangeTracker)
           
 

Uses of StreamableResourceSource in org.apache.tapestry5.services.assets
 

Methods in org.apache.tapestry5.services.assets that return StreamableResourceSource
 StreamableResourceSource AssetsModule.enableCompressedCaching(StreamableResourceSource delegate, boolean gzipEnabled, ResourceChangeTracker tracker)
           
 StreamableResourceSource AssetsModule.enableCompression(StreamableResourceSource delegate, boolean gzipEnabled, int compressionCutoff)
           
 StreamableResourceSource AssetsModule.enableMinification(StreamableResourceSource delegate, ResourceMinimizer minimizer, boolean enabled)
           
 StreamableResourceSource AssetsModule.enableUncompressedCaching(StreamableResourceSource delegate, ResourceChangeTracker tracker)
           
 

Methods in org.apache.tapestry5.services.assets with parameters of type StreamableResourceSource
 StreamableResourceSource AssetsModule.enableCompressedCaching(StreamableResourceSource delegate, boolean gzipEnabled, ResourceChangeTracker tracker)
           
 StreamableResourceSource AssetsModule.enableCompression(StreamableResourceSource delegate, boolean gzipEnabled, int compressionCutoff)
           
 StreamableResourceSource AssetsModule.enableMinification(StreamableResourceSource delegate, ResourceMinimizer minimizer, boolean enabled)
           
 StreamableResourceSource AssetsModule.enableUncompressedCaching(StreamableResourceSource delegate, ResourceChangeTracker tracker)
           
 



Copyright © 2003-2012 The Apache Software Foundation.