|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.services.InitializeActivePageName
public class InitializeActivePageName
Filter contributed into the ComponentRequestHandler pipeline to set the
activePageName property.
| Constructor Summary | |
|---|---|
InitializeActivePageName(RequestGlobals globals)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InitializeActivePageName(RequestGlobals globals)
| Method Detail |
|---|
public void handleComponentEvent(ComponentEventRequestParameters parameters,
ComponentRequestHandler handler)
throws java.io.IOException
ComponentRequestFilter
handleComponentEvent in interface ComponentRequestFilterparameters - defining the requsthandler - next handler in the pipeline
java.io.IOException
public void handlePageRender(PageRenderRequestParameters parameters,
ComponentRequestHandler handler)
throws java.io.IOException
ComponentRequestFilterComponentEventResultProcessor may be used to send an alternate response
(typically, a redirect).
handlePageRender in interface ComponentRequestFilterparameters - defines the page name and activation contexthandler - next handler in the pipeline
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||