Package org.apache.tapestry5.services
Interface PageRenderRequestFilter
public interface PageRenderRequestFilter
Filter interface for
PageRenderRequestHandler
, which allows extra behaviors to be injected into the
processing of a page render request.-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(PageRenderRequestParameters parameters, PageRenderRequestHandler handler) Invoked to activate and render a page.
-
Method Details
-
handle
void handle(PageRenderRequestParameters parameters, PageRenderRequestHandler handler) throws IOException Invoked to activate and render a page. The return value of the event handler method(s) for the activate event may result in an action response generator being returned.- Parameters:
parameters
- defines the page name and activation contexthandler
- to delegate the invocation to- Throws:
IOException
-