| java.lang.Object org.apache.tapestry.internal.services.PageRenderDispatcher
PageRenderDispatcher | public class PageRenderDispatcher implements Dispatcher(Code) | | Dispatches incoming requests for render requests. Render requests consist of either just a
logical page name (case insensitive) or a logical page name plus additional context. Because of
this structure, it take a little bit of work to identify the split point between the page name
and the context.
|
|
|