| Package | Description |
|---|---|
| org.apache.wicket.request |
Package for classes that have generic (protocol independent) support for request cycle processing.
|
| org.apache.wicket.request.handler | |
| org.apache.wicket.request.http.handler |
| Modifier and Type | Method and Description |
|---|---|
default 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.
|
static String |
UrlUtils.rewriteToContextRelative(String url,
IRequestCycle requestCycle)
Rewrites a relative url to be context relative, leaves absolute urls same.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextRequestHandler.respond(IRequestCycle requestCycle)
Responds by sending the string property.
|
void |
EmptyRequestHandler.respond(IRequestCycle requestCycle)
Does nothing at all.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorCodeRequestHandler.respond(IRequestCycle requestCycle)
Respond by sending the set errorCode and optionally the message to the browser.
|
void |
RedirectRequestHandler.respond(IRequestCycle requestCycle) |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.