Uses of Enum
org.apache.tapestry5.services.assets.CompressionStatus
Packages that use CompressionStatus
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 CompressionStatus in org.apache.tapestry5.internal.services.assets
Fields in org.apache.tapestry5.internal.services.assets declared as CompressionStatusModifier and TypeFieldDescriptionprotected final CompressionStatus
StreamableResourceImpl.compression
Methods in org.apache.tapestry5.internal.services.assets that return CompressionStatusConstructors in org.apache.tapestry5.internal.services.assets with parameters of type CompressionStatusModifierConstructorDescriptionStreamableResourceImpl
(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 CompressionStatusModifier and TypeMethodDescriptionStreamableResource.getCompression()
Indicates if the content is compressed, or compressable.static CompressionStatus
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.