Package org.apache.tapestry5.services
Interface PageRenderRequestHandler
- All Known Implementing Classes:
PageRenderRequestHandlerImpl
Handles a invocation related to rendering out a pages complete content.
The PageRenderRequestHandler service is an extensible pipeline.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(PageRenderRequestParameters parameters) Invoked to activate and render a page.
-
Method Details
-
handle
Invoked to activate and render a page. In certain cases, based on values returned when activating the page, aComponentEventResultProcessor
may be used to send an alternate response (typically, a redirect).- Parameters:
parameters
- defines the page name and activation context- Throws:
IOException
-