|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.services.ComponentRequestHandlerTerminator
public class ComponentRequestHandlerTerminator
Terminator for the ComponentRequestHandler
pipeline, that feeds out into the
ComponentEventRequestHandler
and PageRenderRequestHandler
pipelines.
Constructor Summary | |
---|---|
ComponentRequestHandlerTerminator(ComponentEventRequestHandler componentEventRequestHandler,
PageRenderRequestHandler pageRenderRequestHandler)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentRequestHandlerTerminator(@Traditional ComponentEventRequestHandler componentEventRequestHandler, PageRenderRequestHandler pageRenderRequestHandler)
Method Detail |
---|
public void handleComponentEvent(ComponentEventRequestParameters parameters) throws java.io.IOException
ComponentRequestHandler
handleComponentEvent
in interface ComponentRequestHandler
parameters
- defining the request
java.io.IOException
public void handlePageRender(PageRenderRequestParameters parameters) throws java.io.IOException
ComponentRequestHandler
ComponentEventResultProcessor
may be used to send an alternate response
(typically, a redirect).
handlePageRender
in interface ComponentRequestHandler
parameters
- defines the page name and activation context
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |