@ThreadRestricted(value="wicket") public class RequestCycleRunnerW extends Object implements RequestCycleRunner
| Constructor and Description |
|---|
RequestCycleRunnerW(RequestCycleRunner runner)
Constructs a RequestCycleRunnerW.
|
| Modifier and Type | Method and Description |
|---|---|
RequestCycleRunner |
requestCycleRunner()
The underlying request cycle runner.
|
void |
run(RequestCycle cycle)
Runs this routine in the context of the specified request cycle, by delegating
to the underlying runner.
|
public RequestCycleRunnerW(RequestCycleRunner runner)
requestCycleRunner()public RequestCycleRunner requestCycleRunner()
public void run(RequestCycle cycle)
run in interface RequestCycleRunner