|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRequestCycle | |
---|---|
org.apache.wicket.ajax | |
org.apache.wicket.examples | |
org.apache.wicket.request | Package for classes that have generic (protocol independent) support for request cycle processing. |
org.apache.wicket.request.cycle | |
org.apache.wicket.request.handler | |
org.apache.wicket.request.handler.resource | |
org.apache.wicket.request.http.handler |
Uses of IRequestCycle in org.apache.wicket.ajax |
---|
Methods in org.apache.wicket.ajax with parameters of type IRequestCycle | |
---|---|
void |
AjaxRequestTarget.detach(IRequestCycle requestCycle)
|
void |
AjaxRequestTarget.respond(IRequestCycle requestCycle)
|
Uses of IRequestCycle in org.apache.wicket.examples |
---|
Classes in org.apache.wicket.examples that implement IRequestCycle | |
---|---|
class |
WicketExampleRequestCycle
Handles the PageExpiredException so that the SourcesPage can recover from a session expired. |
Uses of IRequestCycle in org.apache.wicket.request |
---|
Methods in org.apache.wicket.request with parameters of type IRequestCycle | |
---|---|
void |
IRequestHandler.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. |
void |
IRequestHandler.respond(IRequestCycle requestCycle)
Generates a response. |
Uses of IRequestCycle in org.apache.wicket.request.cycle |
---|
Classes in org.apache.wicket.request.cycle that implement IRequestCycle | |
---|---|
class |
RequestCycle
RequestCycle consists of two steps:
Resolve request handler
Execute request handler
During IRequestHandler execution the handler can schedule another IRequestHandler
to run after it is done, or replace all IRequestHandler s on stack with another
IRequestHandler . |
Uses of IRequestCycle in org.apache.wicket.request.handler |
---|
Methods in org.apache.wicket.request.handler with parameters of type IRequestCycle | |
---|---|
void |
RenderPageRequestHandler.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. |
void |
BufferedResponseRequestHandler.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. |
void |
BookmarkablePageRequestHandler.detach(IRequestCycle requestCycle)
|
void |
ComponentRenderingRequestHandler.detach(IRequestCycle requestCycle)
|
void |
EmptyAjaxRequestHandler.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. |
void |
BookmarkableListenerInterfaceRequestHandler.detach(IRequestCycle requestCycle)
|
void |
ListenerInterfaceRequestHandler.detach(IRequestCycle requestCycle)
|
void |
TextRequestHandler.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. |
void |
EmptyRequestHandler.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. |
void |
RenderPageRequestHandler.respond(IRequestCycle requestCycle)
Generates a response. |
void |
BufferedResponseRequestHandler.respond(IRequestCycle requestCycle)
Generates a response. |
void |
BookmarkablePageRequestHandler.respond(IRequestCycle requestCycle)
|
void |
ComponentRenderingRequestHandler.respond(IRequestCycle requestCycle)
|
void |
EmptyAjaxRequestHandler.respond(IRequestCycle requestCycle)
Generates a response. |
void |
BookmarkableListenerInterfaceRequestHandler.respond(IRequestCycle requestCycle)
|
void |
ListenerInterfaceRequestHandler.respond(IRequestCycle requestCycle)
|
void |
TextRequestHandler.respond(IRequestCycle requestCycle)
Responds by sending the string property. |
void |
EmptyRequestHandler.respond(IRequestCycle requestCycle)
Does nothing at all. |
Uses of IRequestCycle in org.apache.wicket.request.handler.resource |
---|
Methods in org.apache.wicket.request.handler.resource with parameters of type IRequestCycle | |
---|---|
void |
ResourceStreamRequestHandler.detach(IRequestCycle requestCycle)
|
void |
ResourceRequestHandler.detach(IRequestCycle requestCycle)
|
void |
WebExternalResourceRequestHandler.detach(IRequestCycle requestCycle)
|
void |
ResourceReferenceRequestHandler.detach(IRequestCycle requestCycle)
|
void |
ResourceStreamRequestHandler.respond(IRequestCycle requestCycle)
Responds by sending the contents of the resource stream. |
void |
ResourceRequestHandler.respond(IRequestCycle requestCycle)
|
void |
ResourceReferenceRequestHandler.respond(IRequestCycle requestCycle)
|
Uses of IRequestCycle in org.apache.wicket.request.http.handler |
---|
Methods in org.apache.wicket.request.http.handler with parameters of type IRequestCycle | |
---|---|
void |
RedirectRequestHandler.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. |
void |
ErrorCodeRequestHandler.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. |
void |
RedirectRequestHandler.respond(IRequestCycle requestCycle)
Generates a response. |
void |
ErrorCodeRequestHandler.respond(IRequestCycle requestCycle)
Respond by sending the set errorCode and optionally the message to the browser. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |