Class RootPathDispatcher

java.lang.Object
org.apache.tapestry5.internal.services.RootPathDispatcher
All Implemented Interfaces:
Dispatcher

public class RootPathDispatcher extends Object implements 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.