org.chenillekit.tapestry.core.services.impl
Class URIDispatcher

java.lang.Object
  extended by org.chenillekit.tapestry.core.services.impl.URIDispatcher
All Implemented Interfaces:
Dispatcher

public class URIDispatcher
extends Object
implements Dispatcher

Version:
$Id: URIDispatcher.java 594 2009-12-05 15:17:26Z mlusetti $

Constructor Summary
URIDispatcher(ResourceStreamer streamer, URIAssetAliasManager aliasManager)
           
 
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

URIDispatcher

public URIDispatcher(ResourceStreamer streamer,
                     URIAssetAliasManager aliasManager)
Method Detail

dispatch

public boolean dispatch(Request request,
                        Response response)
                 throws IOException
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 servlet container should be allowed to handle the request
Throws:
IOException


Copyright © 2008-2010 ChenilleKit. All Rights Reserved.