Package | Description |
---|---|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.internal.services.javascript |
[INTERNAL USE ONLY] JavaScript support implementations; API subject to change
|
org.apache.tapestry5.modules |
Modifier and Type | Class and Description |
---|---|
class |
AssetDispatcher
Recognizes requests where the path begins with "/asset/" (actually, as defined by the
SymbolConstants.ASSET_PATH_PREFIX symbol), 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 | Class and Description |
---|---|
class |
ModuleDispatcher
Handler contributed to
AssetDispatcher with key "modules". |
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 |
AssetsModule.setupAssetDispatch(OrderedConfiguration<Dispatcher> configuration,
Dispatcher assetDispatcher) |
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)
The MasterDispatcher is a chain-of-command of individual Dispatchers,
each handling (like a servlet) a particular
kind of incoming request.
|
static void |
AssetsModule.setupAssetDispatch(OrderedConfiguration<Dispatcher> configuration,
Dispatcher assetDispatcher) |
static void |
JavaScriptModule.setupModuleDispatchers(OrderedConfiguration<Dispatcher> configuration,
ModuleManager moduleManager,
OperationTracker tracker,
ResourceStreamer resourceStreamer,
PathConstructor pathConstructor,
JavaScriptStackSource javaScriptStackSource,
JavaScriptStackPathConstructor javaScriptStackPathConstructor,
LocalizationSetter localizationSetter,
String modulePathPrefix,
String assetPathPrefix) |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.