| Package | Description |
|---|---|
| org.apache.wicket.request |
Package for classes that have generic (protocol independent) support for request cycle processing.
|
| org.apache.wicket.request.flow | |
| org.apache.wicket.request.handler | |
| org.apache.wicket.request.http.handler | |
| org.apache.wicket.request.mapper |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ILoggableRequestHandler
A loggable request handler is a
IRequestHandler that is capable of delivering log data. |
interface |
IRequestHandlerDelegate
A
IRequestHandler that delegates the actual work to another IRequestHandler. |
| Modifier and Type | Method and Description |
|---|---|
IRequestHandler |
RequestHandlerExecutor.execute(IRequestHandler handler)
Execute the given handler.
|
IRequestHandler |
RequestHandlerExecutor.getActive()
Get the handler currently executed.
|
IRequestHandler |
IRequestHandlerDelegate.getDelegateHandler() |
IRequestHandler |
RequestHandlerExecutor.ReplaceHandlerException.getReplacementRequestHandler() |
IRequestHandler |
IExceptionMapper.map(Exception e) |
IRequestHandler |
IRequestMapper.mapRequest(Request request)
|
IRequestHandler |
RequestHandlerExecutor.next() |
IRequestHandler |
RequestHandlerExecutor.resolveHandler(RuntimeException exception)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
RequestHandlerExecutor.detach(IRequestHandler handler)
Allows the request handler to detach
|
IRequestHandler |
RequestHandlerExecutor.execute(IRequestHandler handler)
Execute the given handler.
|
Url |
IRequestMapper.mapHandler(IRequestHandler requestHandler)
|
void |
RequestHandlerExecutor.replaceAll(IRequestHandler handler)
Replaces all request handlers on the stack with the specified one and executes it.
|
protected abstract void |
RequestHandlerExecutor.respond(IRequestHandler handler)
Allows the request handler to respond to the request
|
void |
RequestHandlerExecutor.schedule(IRequestHandler handler)
Schedules the handler after the current one
|
void |
IRequestCycle.scheduleRequestHandlerAfterCurrent(IRequestHandler handler)
Schedule the request handler to be executed after the current one.
|
| Constructor and Description |
|---|
ReplaceHandlerException(IRequestHandler replacementRequestHandler,
boolean removeScheduled)
Construct.
|
| Constructor and Description |
|---|
ResetResponseException(IRequestHandler handler)
Construct.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyRequestHandler
Request handler that performs no work
|
class |
TextRequestHandler
Request target that responds by sending its string property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorCodeRequestHandler
Response target that is to be used in a servlet environment to send an error code and optionally
a message.
|
class |
RedirectRequestHandler
A request handler that redirects to the given url.
|
| Modifier and Type | Method and Description |
|---|---|
IRequestHandler |
ParentPathReferenceRewriter.mapRequest(Request request) |
IRequestHandler |
CompoundRequestMapper.mapRequest(Request request)
Searches the registered
IRequestMappers to find one that can map the Request. |
| Modifier and Type | Method and Description |
|---|---|
Url |
ParentPathReferenceRewriter.mapHandler(IRequestHandler requestHandler)
|
Url |
CompoundRequestMapper.mapHandler(IRequestHandler handler)
Searches the registered
IRequestMappers to find one that can map the
IRequestHandler. |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.