Java org.apache.wicket.request IRequestCycle fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.request IRequestCycle fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.request IRequestCycle.

The text is from its open source code.

Method

RequestgetRequest()
ResponsegetResponse()
Get the active response at the request cycle.
voidscheduleRequestHandlerAfterCurrent(IRequestHandler handler)
Schedule the request handler to be executed after the current one.
ResponsesetResponse(Response response)
Replaces the current Response with new Response instance.