org.apache.tapestry5.services
Interface PageRenderRequestHandler

All Known Implementing Classes:
PageRenderRequestHandlerImpl

@UsesOrderedConfiguration(value=PageRenderRequestFilter.class)
public interface PageRenderRequestHandler

Handles a invocation related to rendering out a pages complete content.

The PageRenderRequestHandler service is an extensible pipeline.


Method Summary
 void handle(PageRenderRequestParameters parameters)
          Invoked to activate and render a page.
 

Method Detail

handle

void handle(PageRenderRequestParameters parameters)
            throws IOException
Invoked to activate and render a page. In certain cases, based on values returned when activating the page, a ComponentEventResultProcessor may be used to send an alternate response (typically, a redirect).

Parameters:
parameters - defines the page name and activation context
Throws:
IOException


Copyright © 2003-2012 The Apache Software Foundation.