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.
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
Copyright © 2003-2012 The Apache Software Foundation.