org.apache.tapestry5.internal.services
Class AssetDispatcher

java.lang.Object
  extended by org.apache.tapestry5.internal.services.AssetDispatcher
All Implemented Interfaces:
Dispatcher

public class AssetDispatcher
extends Object
implements Dispatcher

Recognizes requests where the path begins with "/asset/" and delivers the content therein as a bytestream. Also handles requests that are simply polling for a change to the file.

See Also:
ResourceStreamer, ClasspathAssetAliasManager, ResourceCache

Constructor Summary
AssetDispatcher(ResourceStreamer streamer, ResourceCache resourceCache, AssetResourceLocator assetResourceLocator)
           
 
Method Summary
 boolean dispatch(Request request, Response response)
          Analyzes the incoming request and performs an appropriate operation for each.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetDispatcher

public AssetDispatcher(ResourceStreamer streamer,
                       ResourceCache resourceCache,
                       AssetResourceLocator assetResourceLocator)
Method Detail

dispatch

public boolean dispatch(Request request,
                        Response response)
                 throws IOException
Description copied from interface: Dispatcher
Analyzes the incoming request and performs an appropriate operation for each.

Specified by:
dispatch in interface Dispatcher
Returns:
true if a response was delivered, false if the dispatcher did not handle the request (and a search for a handler should continue)
Throws:
IOException


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