Uses of Interface
org.apache.tapestry5.services.assets.ResponseCustomizer
-
Packages that use ResponseCustomizer Package Description org.apache.tapestry5.internal.services.assets [INTERNAL USE ONLY] asset support services; API subject to changeorg.apache.tapestry5.services.assets 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 ResponseCustomizer Modifier and Type Field Description protected ResponseCustomizer
StreamableResourceImpl. responseCustomizer
Methods in org.apache.tapestry5.internal.services.assets that return ResponseCustomizer Modifier and Type Method Description ResponseCustomizer
StreamableResourceImpl. getResponseCustomizer()
Methods in org.apache.tapestry5.internal.services.assets with parameters of type ResponseCustomizer Modifier and Type Method Description StreamableResource
StreamableResourceImpl. addResponseCustomizer(ResponseCustomizer customizer)
Constructors in org.apache.tapestry5.internal.services.assets with parameters of type ResponseCustomizer Constructor Description StreamableResourceImpl(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 ResponseCustomizer Modifier and Type Method Description ResponseCustomizer
StreamableResource. getResponseCustomizer()
Returns the customizer, if any, for this resource.Methods in org.apache.tapestry5.services.assets with parameters of type ResponseCustomizer Modifier and Type Method Description StreamableResource
StreamableResource. addResponseCustomizer(ResponseCustomizer customizer)
Returns a new StreamableResource that includes the provided customizer.
-