| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dispatcher | |
|---|---|
| org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change | 
| org.apache.tapestry5.services | Core services | 
| Uses of Dispatcher in org.apache.tapestry5.internal.services | 
|---|
| Classes in org.apache.tapestry5.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.tapestry5.services | 
|---|
| Methods in org.apache.tapestry5.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.tapestry5.services with parameters of type Dispatcher | |
|---|---|
 RequestHandler | 
TapestryModule.buildRequestHandler(org.slf4j.Logger logger,
                                       List<RequestFilter> configuration,
                                       Dispatcher masterDispatcher)
 | 
static void | 
TapestryModule.contributeMasterDispatcher(OrderedConfiguration<Dispatcher> configuration,
                                                     Dispatcher assetDispatcher)
The MasterDispatcher is a chain-of-command of individual Dispatchers, each handling (like a servlet) a particular kind of incoming request.  | 
| Method parameters in org.apache.tapestry5.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.  | 
static void | 
TapestryModule.contributeMasterDispatcher(OrderedConfiguration<Dispatcher> configuration,
                                                     Dispatcher assetDispatcher)
The MasterDispatcher is a chain-of-command of individual Dispatchers, each handling (like a servlet) a particular kind of incoming request.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||