Uses of Package
org.apache.tapestry5.services.assets

Packages that use org.apache.tapestry5.services.assets
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.services.javascript [INTERNAL USE ONLY] JavaScript support implementations; 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 Core services 
org.apache.tapestry5.services.assets Various services for assets (e.g., images, JavaScript & CSS files) 
org.apache.tapestry5.yuicompressor.services [INTERNAL USE ONLY] support services for the YUICompressor; API subject to change 
 

Classes in org.apache.tapestry5.services.assets used by org.apache.tapestry5.internal.services
AssetPathConstructor
          Encapsulates the logic or creating the path portion of an asset URL, including the application version.
AssetRequestHandler
          Handler for asset requests, which expose some kind of Asset to the user agent (i.e., the client web browser).
CompressionAnalyzer
          Identifies which content types are compressable.
StreamableResource
          An object, derived from a Resource, that can be streamed (ultimately, to a client web browser).
StreamableResourceSource
          Converts Resources into StreamableResources, and may be responsible for transforming resources based on file extension.
 

Classes in org.apache.tapestry5.services.assets used by org.apache.tapestry5.internal.services.assets
AssetPathConstructor
          Encapsulates the logic or creating the path portion of an asset URL, including the application version.
AssetRequestHandler
          Handler for asset requests, which expose some kind of Asset to the user agent (i.e., the client web browser).
CompressionAnalyzer
          Identifies which content types are compressable.
CompressionStatus
          Indicates how the content inside a StreamableResource is (potentially) compressed.
ContentTypeAnalyzer
          Used to determine the MIME content type for a resource.
ResourceDependencies
          Used by some ResourceTransformer implementations to track additional dependencies that can arise when the underlying resource being transformed can be dependent on other resources (for instance, if it has the notion of "including" or "importing" content).
ResourceMinimizer
          Certain kinds of resources can be minimized: this primarily refers to JavaScript and CSS, both of which contain whitespace, comments and other features that can be reduced.
ResourceTransformer
          A transformer is used to read a Resource and pass it through a transformation stage, to get a stream that can be used on the client side.
StreamableResource
          An object, derived from a Resource, that can be streamed (ultimately, to a client web browser).
StreamableResourceProcessing
          Defines additional features desired when accessing the content of a Resource as a StreamableResource.
StreamableResourceSource
          Converts Resources into StreamableResources, and may be responsible for transforming resources based on file extension.
 

Classes in org.apache.tapestry5.services.assets used by org.apache.tapestry5.internal.services.javascript
AssetPathConstructor
          Encapsulates the logic or creating the path portion of an asset URL, including the application version.
 

Classes in org.apache.tapestry5.services.assets used by org.apache.tapestry5.internal.yuicompressor
ResourceMinimizer
          Certain kinds of resources can be minimized: this primarily refers to JavaScript and CSS, both of which contain whitespace, comments and other features that can be reduced.
StreamableResource
          An object, derived from a Resource, that can be streamed (ultimately, to a client web browser).
 

Classes in org.apache.tapestry5.services.assets used by org.apache.tapestry5.services
AssetPathConstructor
          Encapsulates the logic or creating the path portion of an asset URL, including the application version.
AssetRequestHandler
          Handler for asset requests, which expose some kind of Asset to the user agent (i.e., the client web browser).
 

Classes in org.apache.tapestry5.services.assets used by org.apache.tapestry5.services.assets
CompressionStatus
          Indicates how the content inside a StreamableResource is (potentially) compressed.
ResourceDependencies
          Used by some ResourceTransformer implementations to track additional dependencies that can arise when the underlying resource being transformed can be dependent on other resources (for instance, if it has the notion of "including" or "importing" content).
ResourceMinimizer
          Certain kinds of resources can be minimized: this primarily refers to JavaScript and CSS, both of which contain whitespace, comments and other features that can be reduced.
StreamableResource
          An object, derived from a Resource, that can be streamed (ultimately, to a client web browser).
StreamableResourceProcessing
          Defines additional features desired when accessing the content of a Resource as a StreamableResource.
StreamableResourceSource
          Converts Resources into StreamableResources, and may be responsible for transforming resources based on file extension.
 

Classes in org.apache.tapestry5.services.assets used by org.apache.tapestry5.yuicompressor.services
ResourceMinimizer
          Certain kinds of resources can be minimized: this primarily refers to JavaScript and CSS, both of which contain whitespace, comments and other features that can be reduced.
 



Copyright © 2003-2012 The Apache Software Foundation.