Uses of Interface
org.apache.tapestry5.services.assets.StreamableResource

Packages that use StreamableResource
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.internal.services.assets [INTERNAL USE ONLY] asset support services; API subject to change 
org.apache.tapestry5.internal.yuicompressor [INTERNAL USE ONLY] support classes for the YUICompressor; API subject to change 
org.apache.tapestry5.services.assets Various services for assets (e.g., images, JavaScript & CSS files) 
 

Uses of StreamableResource in org.apache.tapestry5.internal.services
 

Methods in org.apache.tapestry5.internal.services with parameters of type StreamableResource
 void ResourceStreamer.streamResource(StreamableResource resource)
          Streams a resource that has been assembled elsewhere.
 void ResourceStreamerImpl.streamResource(StreamableResource streamable)
           
 

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

Classes in org.apache.tapestry5.internal.services.assets that implement StreamableResource
 class StreamableResourceImpl
           
 

Methods in org.apache.tapestry5.internal.services.assets that return StreamableResource
 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)
           
 StreamableResource MasterResourceMinimizer.minimize(StreamableResource resource)
          Does nothing; an override of this service can be installed to provide minimization.
 

Methods in org.apache.tapestry5.internal.services.assets with parameters of type StreamableResource
protected  boolean SRSCachingInterceptor.isCacheable(StreamableResource resource)
          Always returns true; a subclass may extend this to only cache the resource in some circumstances.
protected  boolean SRSCompressedCachingInterceptor.isCacheable(StreamableResource resource)
          Return true only if the resource is compressed.
 StreamableResource MasterResourceMinimizer.minimize(StreamableResource resource)
          Does nothing; an override of this service can be installed to provide minimization.
 

Uses of StreamableResource in org.apache.tapestry5.internal.yuicompressor
 

Methods in org.apache.tapestry5.internal.yuicompressor that return StreamableResource
 StreamableResource AbstractMinimizer.minimize(StreamableResource input)
           
 

Methods in org.apache.tapestry5.internal.yuicompressor with parameters of type StreamableResource
protected  void JavaScriptResourceMinimizer.doMinimize(StreamableResource resource, Writer output)
           
protected  void CSSResourceMinimizer.doMinimize(StreamableResource input, Writer output)
           
protected abstract  void AbstractMinimizer.doMinimize(StreamableResource resource, Writer output)
          Implemented in subclasses to do the actual work.
 StreamableResource AbstractMinimizer.minimize(StreamableResource input)
           
protected  Reader AbstractMinimizer.toReader(StreamableResource input)
           
 

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

Methods in org.apache.tapestry5.services.assets that return StreamableResource
 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.
 StreamableResource ResourceMinimizer.minimize(StreamableResource resource)
          Checks the content type of the resource and applies an appropriate minimization to it if possible.
 

Methods in org.apache.tapestry5.services.assets with parameters of type StreamableResource
 StreamableResource ResourceMinimizer.minimize(StreamableResource resource)
          Checks the content type of the resource and applies an appropriate minimization to it if possible.
 



Copyright © 2003-2012 The Apache Software Foundation.