Uses of Interface
org.apache.tapestry5.services.assets.ResponseCustomizer
Packages that use ResponseCustomizer
Package
Description
[INTERNAL USE ONLY] asset support services; API subject to change
Various services for assets (e.g., images, JavaScript and CSS files)
-
Uses of ResponseCustomizer in org.apache.tapestry5.internal.services.assets
Fields in org.apache.tapestry5.internal.services.assets declared as ResponseCustomizerModifier and TypeFieldDescriptionprotected final ResponseCustomizer
StreamableResourceImpl.responseCustomizer
Methods in org.apache.tapestry5.internal.services.assets that return ResponseCustomizerMethods in org.apache.tapestry5.internal.services.assets with parameters of type ResponseCustomizerModifier and TypeMethodDescriptionStreamableResourceImpl.addResponseCustomizer
(ResponseCustomizer customizer) Constructors in org.apache.tapestry5.internal.services.assets with parameters of type ResponseCustomizerModifierConstructorDescriptionStreamableResourceImpl
(String description, ContentType contentType, CompressionStatus compression, long lastModified, BytestreamCache bytestreamCache, AssetChecksumGenerator assetChecksumGenerator, ResponseCustomizer responseCustomizer) -
Uses of ResponseCustomizer in org.apache.tapestry5.services.assets
Methods in org.apache.tapestry5.services.assets that return ResponseCustomizerModifier and TypeMethodDescriptionStreamableResource.getResponseCustomizer()
Returns the customizer, if any, for this resource.Methods in org.apache.tapestry5.services.assets with parameters of type ResponseCustomizerModifier and TypeMethodDescriptionStreamableResource.addResponseCustomizer
(ResponseCustomizer customizer) Returns a new StreamableResource that includes the provided customizer.