org.apache.tapestry5.internal.services
Interface VirtualAssetStreamer

All Known Implementing Classes:
VirtualAssetStreamerImpl

public interface VirtualAssetStreamer

Used by VirtualAssetDispatcher to do most of the work of locating, assembling, compressing and caching of combined (virtual) assets. Currently, this is limited to JavaScript libraries.


Method Summary
 void streamVirtualAsset(String clientData)
           
 

Method Detail

streamVirtualAsset

void streamVirtualAsset(String clientData)
                        throws IOException
Throws:
IOException


Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.