public interface IRequestListener
extends org.apache.wicket.util.io.IClusterable
Components or Behaviors
that listen for requests from the client browser.| Modifier and Type | Method and Description |
|---|---|
void |
onRequest()
Called when a request is received.
|
default boolean |
rendersPage()
Does invocation of this listener render the page.
|
default boolean rendersPage()
true, i.e. a RenderPageRequestHandler is schedules after invocationvoid onRequest()
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.