|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentRequestFilter
Filter interface for ComponentRequestHandler
.
Method Summary | |
---|---|
void |
handleComponentEvent(ComponentEventRequestParameters parameters,
ComponentRequestHandler handler)
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,
ComponentRequestHandler handler)
Invoked to activate and render a page. |
Method Detail |
---|
void handleComponentEvent(ComponentEventRequestParameters parameters, ComponentRequestHandler handler) throws IOException
parameters
- defining the requsthandler
- next handler in the pipeline
IOException
void handlePageRender(PageRenderRequestParameters parameters, ComponentRequestHandler handler) throws IOException
ComponentEventResultProcessor
may be used to send an alternate response
(typically, a redirect).
parameters
- defines the page name and activation contexthandler
- next handler in the pipeline
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |