Interface StreamableResource

All Known Implementing Classes:
CompressedStreamableResource, StreamableResourceImpl

public interface StreamableResource
An object, derived from a Resource, that can be streamed (ultimately, to a client web browser). In addition, a StreamableResource may be transformed (by the stack of interceptors around StreamableResourceSource: this includes transforming a Resource (example: CoffeeScript to JavaScript compilation), as well as aggregation and compression.
Since:
5.3