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

Packages that use StreamableResourceProcessing
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 StreamableResourceProcessing in org.apache.tapestry5.internal.services.assets
 

Methods in org.apache.tapestry5.internal.services.assets with parameters of type StreamableResourceProcessing
protected  boolean SRSCachingInterceptor.enableCache(StreamableResourceProcessing processing)
          Returns true unless the processing is FOR_AGGREGATION.
protected  boolean SRSCompressedCachingInterceptor.enableCache(StreamableResourceProcessing processing)
          Returns true just when the processing enables compression.
 StreamableResource StreamableResourceSourceImpl.getStreamableResource(Resource baseResource, StreamableResourceProcessing processing, ResourceDependencies dependencies)
           
 StreamableResource SRSCachingInterceptor.getStreamableResource(Resource baseResource, StreamableResourceProcessing processing, ResourceDependencies dependencies)
           
 StreamableResource SRSMinimizingInterceptor.getStreamableResource(Resource baseResource, StreamableResourceProcessing processing, ResourceDependencies dependencies)
           
 StreamableResource SRSCompressingInterceptor.getStreamableResource(Resource baseResource, StreamableResourceProcessing processing, ResourceDependencies dependencies)
           
 

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

Methods in org.apache.tapestry5.services.assets that return StreamableResourceProcessing
static StreamableResourceProcessing StreamableResourceProcessing.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StreamableResourceProcessing[] StreamableResourceProcessing.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.tapestry5.services.assets with parameters of type StreamableResourceProcessing
 StreamableResource StreamableResourceSource.getStreamableResource(Resource baseResource, StreamableResourceProcessing processing, ResourceDependencies dependencies)
          Converts a Resource (which must be non-null and exist) into a streamable resource, along with some additional optional behaviors.
 



Copyright © 2003-2012 The Apache Software Foundation.