Uses of Class
org.apache.tapestry5.services.assets.CompressionStatus

Packages that use CompressionStatus
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 & CSS files) 
 

Uses of CompressionStatus in org.apache.tapestry5.internal.services.assets
 

Methods in org.apache.tapestry5.internal.services.assets that return CompressionStatus
 CompressionStatus StreamableResourceImpl.getCompression()
           
 

Constructors in org.apache.tapestry5.internal.services.assets with parameters of type CompressionStatus
StreamableResourceImpl(String description, String contentType, CompressionStatus compression, long lastModified, BytestreamCache bytestreamCache)
           
 

Uses of CompressionStatus in org.apache.tapestry5.services.assets
 

Methods in org.apache.tapestry5.services.assets that return CompressionStatus
 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.
 



Copyright © 2003-2012 The Apache Software Foundation.