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 CompressionStatus |
StreamableResourceImpl.compression |
Modifier and Type | Method and Description |
---|---|
CompressionStatus |
StreamableResourceImpl.getCompression() |
Constructor and Description |
---|
StreamableResourceImpl(String description,
ContentType contentType,
CompressionStatus compression,
long lastModified,
BytestreamCache bytestreamCache,
AssetChecksumGenerator assetChecksumGenerator,
ResponseCustomizer responseCustomizer) |
Modifier and Type | Method and Description |
---|---|
CompressionStatus |
StreamableResource.getCompression()
Indicates if the content is compressed, or compressable.
|
static CompressionStatus |
CompressionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionStatus[] |
CompressionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.