org.apache.tapestry5.internal.services
Class VirtualAssetDispatcher

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

public class VirtualAssetDispatcher
extends Object
implements Dispatcher


Constructor Summary
VirtualAssetDispatcher(VirtualAssetStreamer streamer)
           
 
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

VirtualAssetDispatcher

public VirtualAssetDispatcher(VirtualAssetStreamer streamer)
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-2009 Apache Software Foundation. All Rights Reserved.