Package | Description |
---|---|
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 and CSS files)
|
Modifier and Type | Field and Description |
---|---|
protected ResponseCustomizer |
StreamableResourceImpl.responseCustomizer |
Modifier and Type | Method and Description |
---|---|
ResponseCustomizer |
StreamableResourceImpl.getResponseCustomizer() |
Modifier and Type | Method and Description |
---|---|
StreamableResource |
StreamableResourceImpl.addResponseCustomizer(ResponseCustomizer customizer) |
Constructor and Description |
---|
StreamableResourceImpl(String description,
ContentType contentType,
CompressionStatus compression,
long lastModified,
BytestreamCache bytestreamCache,
AssetChecksumGenerator assetChecksumGenerator,
ResponseCustomizer responseCustomizer) |
Modifier and Type | Method and Description |
---|---|
ResponseCustomizer |
StreamableResource.getResponseCustomizer()
Returns the customizer, if any, for this resource.
|
Modifier and Type | Method and Description |
---|---|
StreamableResource |
StreamableResource.addResponseCustomizer(ResponseCustomizer customizer)
Returns a new StreamableResource that includes the provided customizer.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.