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.
streamVirtualAsset
void streamVirtualAsset(String clientData)
throws IOException
- Throws:
IOException
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.