Uses of Class
org.apache.tapestry5.services.assets.CompressionStatus
-
Packages that use CompressionStatus 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 CompressionStatus in org.apache.tapestry5.internal.services.assets
Fields in org.apache.tapestry5.internal.services.assets declared as CompressionStatus Modifier and Type Field Description protected CompressionStatus
StreamableResourceImpl. compression
Methods in org.apache.tapestry5.internal.services.assets that return CompressionStatus Modifier and Type Method Description CompressionStatus
StreamableResourceImpl. getCompression()
Constructors in org.apache.tapestry5.internal.services.assets with parameters of type CompressionStatus Constructor Description StreamableResourceImpl(String description, ContentType contentType, CompressionStatus compression, long lastModified, BytestreamCache bytestreamCache, AssetChecksumGenerator assetChecksumGenerator, ResponseCustomizer responseCustomizer)
-
Uses of CompressionStatus in org.apache.tapestry5.services.assets
Methods in org.apache.tapestry5.services.assets that return CompressionStatus Modifier and Type Method 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.
-