Uses of Interface
org.apache.wicket.request.IRequestCycle
Packages that use IRequestCycle
Package
Description
Package for classes that have generic (protocol independent) support for request cycle processing.
-
Uses of IRequestCycle in org.apache.wicket.request
Methods in org.apache.wicket.request with parameters of type IRequestCycleModifier and TypeMethodDescriptiondefault voidIRequestHandler.detach(IRequestCycle requestCycle) This method is called at the end of a request cycle to indicate that processing is done and that cleaning up of the subject(s) of this target may be done.voidIRequestHandler.respond(IRequestCycle requestCycle) Generates a response.static StringUrlUtils.rewriteToContextRelative(String url, IRequestCycle requestCycle) Rewrites a relative url to be context relative, leaves absolute urls same. -
Uses of IRequestCycle in org.apache.wicket.request.handler
Methods in org.apache.wicket.request.handler with parameters of type IRequestCycleModifier and TypeMethodDescriptionvoidEmptyRequestHandler.respond(IRequestCycle requestCycle) Does nothing at all.voidTextRequestHandler.respond(IRequestCycle requestCycle) Responds by sending the string property. -
Uses of IRequestCycle in org.apache.wicket.request.http.handler
Methods in org.apache.wicket.request.http.handler with parameters of type IRequestCycleModifier and TypeMethodDescriptionvoidErrorCodeRequestHandler.respond(IRequestCycle requestCycle) Respond by sending the set errorCode and optionally the message to the browser.voidRedirectRequestHandler.respond(IRequestCycle requestCycle)