Package | Description |
---|---|
org.apache.wicket.ajax | |
org.apache.wicket.markup.html.pages |
Default special purpose pages for error and feedback support.
|
org.apache.wicket.protocol.http |
HTTP implementation.
|
Modifier and Type | Method and Description |
---|---|
protected WebClientInfo |
AjaxClientInfoBehavior.newWebClientInfo(RequestCycle requestCycle) |
Modifier and Type | Method and Description |
---|---|
protected void |
AjaxClientInfoBehavior.onClientInfo(AjaxRequestTarget target,
WebClientInfo clientInfo)
A callback method invoked when the client info is collected.
|
Modifier and Type | Method and Description |
---|---|
static AjaxClientInfoBehavior |
AjaxClientInfoBehavior.onClientInfo(org.danekja.java.util.function.serializable.SerializableBiConsumer<AjaxRequestTarget,WebClientInfo> onClientInfo)
Creates an
AjaxClientInfoBehavior based on lambda expressions |
Modifier and Type | Method and Description |
---|---|
protected WebClientInfo |
BrowserInfoPage.newWebClientInfo(RequestCycle requestCycle) |
Modifier and Type | Method and Description |
---|---|
WebClientInfo |
WebSession.getClientInfo()
Gets the client info object for this session.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.