|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRequestCycle
TODO javadoc
| Method Summary | |
|---|---|
Request |
getRequest()
|
Response |
getResponse()
Get the active response at the request cycle. |
UrlRenderer |
getUrlRenderer()
Returns UrlRenderer for this IRequestCycle. |
void |
scheduleRequestHandlerAfterCurrent(IRequestHandler handler)
Schedule the request handler to be executed after the current one. |
Response |
setResponse(Response response)
Replaces current Response with new Response instance. |
| Method Detail |
|---|
Response getResponse()
Response setResponse(Response response)
Response with new Response instance. The original response
is always restored after the IRequestHandler.respond(IRequestCycle) method is
finished.
response -
Request getRequest()
void scheduleRequestHandlerAfterCurrent(IRequestHandler handler)
handler - UrlRenderer getUrlRenderer()
UrlRenderer for this IRequestCycle.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||