public interface IRequestCycle
| Modifier and Type | Method and Description |
|---|---|
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)
|
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.Copyright © 2006–2015 Apache Software Foundation. All rights reserved.