| Name | Description | Type | Package | Framework |
| AssetPathConstructor | Encapsulates the logic or creating the path portion of an asset URL, including the application version. | Interface | org.apache.tapestry5.services.assets | Apache Tapestry |
|
| AssetRequestHandler | Handler for asset requests, which expose some kind of Asset to the user agent (i. | Interface | org.apache.tapestry5.services.assets | Apache Tapestry |
|
| AssetsModule | | Class | org.apache.tapestry5.services.assets | Apache Tapestry |
|
| AssetSource | Used to find or create an Asset with a given path. | Interface | org.apache.tapestry5.services | Apache Tapestry |
|
| CompressionAnalyzer | Identifies which content types are compressable. | Interface | org.apache.tapestry5.services.assets | Apache Tapestry |
|
| CompressionStatus | enum CompressionStatusextends EnumIndicates how the content inside a StreamableResource is (potentially) compressed. | Class | org.apache.tapestry5.services.assets | Apache Tapestry |
|
| ContentTypeAnalyzer | Used to determine the MIME content type for a resource. | Interface | org.apache.tapestry5.services.assets | Apache Tapestry |
|
| 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 | Interface | org.apache.tapestry5.services.assets | Apache Tapestry |
|
| 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. | Interface | org.apache.tapestry5.services.assets | Apache Tapestry |
|
| 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. | Interface | org.apache.tapestry5.services.assets | Apache Tapestry |
|
| StreamableResource | An object, derived from a Resource, that can be streamed (ultimately, to a client web browser). | Interface | org.apache.tapestry5.services.assets | Apache Tapestry |
|
| StreamableResourceProcessing | enum StreamableResourceProcessingextends EnumDefines additional features desired when accessing the content of a Resource as | Class | org.apache.tapestry5.services.assets | Apache Tapestry |
|
| StreamableResourceSource | Converts Resources into StreamableResources, and may be responsible for transforming resources based on file extension. | Interface | org.apache.tapestry5.services.assets | Apache Tapestry |