public interface IRequestListener extends IClusterable
Component
s or Behavior
s
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–2022 Apache Software Foundation. All rights reserved.