Uses of Interface
org.apache.tapestry.services.Dispatcher

Packages that use Dispatcher
org.apache.tapestry.internal.services   
org.apache.tapestry.services   
 

Uses of Dispatcher in org.apache.tapestry.internal.services
 

Classes in org.apache.tapestry.internal.services that implement Dispatcher
 class AssetDispatcher
          Recognizes requests where the path begins with "/asset/" and delivers the content therein as a bytestream.
 class ComponentEventDispatcher
          Processes component action events sent as requests from the client.
 class PageRenderDispatcher
          Dispatches incoming requests for render requests.
 class RootPathDispatcher
          Recognizes a request for the application root (i.e., "/") and handles this the same as a render request for the "Start" page.
 

Uses of Dispatcher in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return Dispatcher
 Dispatcher TapestryModule.buildMasterDispatcher(List<Dispatcher> configuration)
          Ordered contributions to the MasterDispatcher service allow different URL matching strategies to occur.
 

Methods in org.apache.tapestry.services with parameters of type Dispatcher
 RequestHandler TapestryModule.build(org.slf4j.Logger logger, List<RequestFilter> configuration, Dispatcher masterDispatcher)
           
 

Method parameters in org.apache.tapestry.services with type arguments of type Dispatcher
 Dispatcher TapestryModule.buildMasterDispatcher(List<Dispatcher> configuration)
          Ordered contributions to the MasterDispatcher service allow different URL matching strategies to occur.
 void TapestryModule.contributeMasterDispatcher(OrderedConfiguration<Dispatcher> configuration, ObjectLocator locator)
          The MasterDispatcher is a chain-of-command of individual Dispatchers, each handling (like a servlet) a particular kind of incoming request.
 



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