@UsesOrderedConfiguration(value=ComponentRequestFilter.class) public interface ComponentRequestHandler
ComponentEventRequestHandler and PageRenderRequestHandler that allows for simplified filters that cover both types of
requests.| Modifier and Type | Method and Description |
|---|---|
void |
handleComponentEvent(ComponentEventRequestParameters parameters)
Handler for a component action request which will trigger an event on a component and use the return value to
send a response to the client (typically, a redirect to a page render URL).
|
void |
handlePageRender(PageRenderRequestParameters parameters)
Invoked to activate and render a page.
|
void handleComponentEvent(ComponentEventRequestParameters parameters) throws java.io.IOException
parameters - defining the requestjava.io.IOExceptionvoid handlePageRender(PageRenderRequestParameters parameters) throws java.io.IOException
ComponentEventResultProcessor may be used to send an alternate response
(typically, a redirect).parameters - defines the page name and activation contextjava.io.IOException${project.version} - Copyright © 2003-2015 The Apache Software Foundation.