Save This Page
Home » tapestry-src-5.0.19 » org.apache.tapestry5.internal.services » [javadoc | source]
org.apache.tapestry5.internal.services
public class: AssetDispatcher [javadoc | source]
java.lang.Object
   org.apache.tapestry5.internal.services.AssetDispatcher

All Implemented Interfaces:
    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.
Field Summary
static final  String IF_MODIFIED_SINCE_HEADER     
Constructor:
 public AssetDispatcher(ResourceStreamer streamer,
    ClasspathAssetAliasManager aliasManager,
    ResourceCache resourceCache) 
Method from org.apache.tapestry5.internal.services.AssetDispatcher Summary:
dispatch
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tapestry5.internal.services.AssetDispatcher Detail:
 public boolean dispatch(Request request,
    Response response) throws IOException