Package | Description |
---|---|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.services |
Core services
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Dispatcher |
TapestryModule.buildMasterDispatcher(List<Dispatcher> configuration)
Ordered contributions to the MasterDispatcher service allow different URL
matching strategies to occur.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2003-2012 The Apache Software Foundation.