|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface URLRewriteContext
Context passed to the process method of URLRewriterRule implementations, providing additional information that the rules might need to function.
| Method Summary | |
|---|---|
org.apache.tapestry5.services.ComponentEventRequestParameters |
getComponentEventParameters()
If the request being processed is processed in response to component event link creation, the ComponentEVentRequestParameters associated with that creation will be available via this method. |
org.apache.tapestry5.services.PageRenderRequestParameters |
getPageParameters()
If the request being processed is processed in response to pagelink creation, the PageRenderRequestParameters associated with that creation will be available via this method. |
boolean |
isIncoming()
|
| Method Detail |
|---|
boolean isIncoming()
org.apache.tapestry5.services.PageRenderRequestParameters getPageParameters()
org.apache.tapestry5.services.ComponentEventRequestParameters getComponentEventParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||