Uses of Class
org.apache.tapestry5.internal.services.assets.DelegatingSRS
-
Packages that use DelegatingSRS Package Description org.apache.tapestry5.internal.services.assets [INTERNAL USE ONLY] asset support services; API subject to change -
-
Uses of DelegatingSRS in org.apache.tapestry5.internal.services.assets
Subclasses of DelegatingSRS in org.apache.tapestry5.internal.services.assets Modifier and Type Class Description class
CSSURLRewriter
Rewrites theurl()
attributes inside a CSS (MIME type "text/css")) resource.class
JavaScriptStackMinimizeDisabler
Attempts to match resources against aJavaScriptStack
, and possibly disabled minimization based on the stack.class
SRSCachingInterceptor
An interceptor for theStreamableResourceSource
service that handles caching of content.class
SRSCompressedCachingInterceptor
Specialization ofSRSCachingInterceptor
that only attempts to cache compressed resources.class
SRSCompressingInterceptor
class
SRSMinimizingInterceptor
Loops the result through theResourceMinimizer
service.class
UTF8ForTextAssets
Adds ;charset=utf-8 for text/* resources with no specific character set.
-