public interface PageRenderRequestFilter
PageRenderRequestHandler
, which allows extra behaviors to be injected into the
processing of a page render request.Modifier and Type | Method and Description |
---|---|
void |
handle(PageRenderRequestParameters parameters,
PageRenderRequestHandler handler)
Invoked to activate and render a page.
|
void handle(PageRenderRequestParameters parameters, PageRenderRequestHandler handler) throws IOException
parameters
- defines the page name and activation contexthandler
- to delegate the invocation toIOException
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.