|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.internal.services.assets.StreamableResourceSourceImpl
public class StreamableResourceSourceImpl
| Constructor Summary | |
|---|---|
StreamableResourceSourceImpl(java.util.Map<java.lang.String,ResourceTransformer> configuration,
ContentTypeAnalyzer contentTypeAnalyzer,
CompressionAnalyzer compressionAnalyzer,
ResourceChangeTracker resourceChangeTracker)
|
|
| Method Summary | |
|---|---|
StreamableResource |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StreamableResourceSourceImpl(java.util.Map<java.lang.String,ResourceTransformer> configuration,
ContentTypeAnalyzer contentTypeAnalyzer,
CompressionAnalyzer compressionAnalyzer,
ResourceChangeTracker resourceChangeTracker)
| Method Detail |
|---|
public StreamableResource getStreamableResource(Resource baseResource,
StreamableResourceProcessing processing,
ResourceDependencies dependencies)
throws java.io.IOException
StreamableResourceSource
getStreamableResource in interface StreamableResourceSourcebaseResource - the resource to convertprocessing - defines additional processing after the resource has been read and possibly transformeddependencies - Passed to any ResourceTransformer to track additional dependencies of the base resource
java.io.IOException - if the resource does not exist or a URL for the content is not available
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||