|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UsesOrderedConfiguration(value=ComponentRequestFilter.class) public interface ComponentRequestHandler
A facade around ComponentEventRequestHandler
and PageRenderRequestHandler
that allows for simplified filters that cover both types of
requests.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void handleComponentEvent(ComponentEventRequestParameters parameters) throws IOException
parameters
- defining the request
IOException
void handlePageRender(PageRenderRequestParameters parameters) throws IOException
ComponentEventResultProcessor
may be used to send an alternate response
(typically, a redirect).
parameters
- defines the page name and activation context
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |