Class RootPathDispatcher
java.lang.Object
org.apache.tapestry5.internal.services.RootPathDispatcher
- All Implemented Interfaces:
Dispatcher
Recognizes a request for the application root (i.e., "/") and handles this the same as a render request for the
"Start" page. Support for the Start page is kept for legacy purposes, Index pages are the correct approach.
-
Constructor Summary
ConstructorsConstructorDescriptionRootPathDispatcher
(ComponentClassResolver componentClassResolver, ComponentRequestHandler handler, String startPageName, LocalizationSetter localizationSetter) -
Method Summary
-
Constructor Details
-
RootPathDispatcher
public RootPathDispatcher(ComponentClassResolver componentClassResolver, ComponentRequestHandler handler, @Symbol("tapestry.start-page-name") String startPageName, LocalizationSetter localizationSetter)
-
-
Method Details
-
dispatch
Description copied from interface:Dispatcher
Analyzes the incoming request and performs an appropriate operation for each.- Specified by:
dispatch
in interfaceDispatcher
- Returns:
- true if a response was delivered, false if the dispatcher did not handle the request (and a search for a handler should continue)
- Throws:
IOException
-