@UsesOrderedConfiguration(value=PageRenderRequestFilter.class) public interface PageRenderRequestHandler
Modifier and Type | Method and Description |
---|---|
void |
handle(PageRenderRequestParameters parameters)
Invoked to activate and render a page.
|
void handle(PageRenderRequestParameters parameters) throws IOException
ComponentEventResultProcessor
may be used to send an alternate response
(typically, a redirect).parameters
- defines the page name and activation contextIOException
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.