Uses of Class
org.apache.wicket.protocol.http.request.WebClientInfo
-
Packages that use WebClientInfo 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. -
-
Uses of WebClientInfo in org.apache.wicket.ajax
Methods in org.apache.wicket.ajax that return WebClientInfo Modifier and Type Method Description protected WebClientInfoAjaxClientInfoBehavior. newWebClientInfo(RequestCycle requestCycle)Methods in org.apache.wicket.ajax with parameters of type WebClientInfo Modifier and Type Method Description protected voidAjaxClientInfoBehavior. onClientInfo(AjaxRequestTarget target, WebClientInfo clientInfo)A callback method invoked when the client info is collected.Method parameters in org.apache.wicket.ajax with type arguments of type WebClientInfo Modifier and Type Method Description static AjaxClientInfoBehaviorAjaxClientInfoBehavior. onClientInfo(org.danekja.java.util.function.serializable.SerializableBiConsumer<AjaxRequestTarget,WebClientInfo> onClientInfo)Creates anAjaxClientInfoBehaviorbased on lambda expressions -
Uses of WebClientInfo in org.apache.wicket.markup.html.pages
Methods in org.apache.wicket.markup.html.pages that return WebClientInfo Modifier and Type Method Description protected WebClientInfoBrowserInfoPage. newWebClientInfo(RequestCycle requestCycle) -
Uses of WebClientInfo in org.apache.wicket.protocol.http
Methods in org.apache.wicket.protocol.http that return WebClientInfo Modifier and Type Method Description WebClientInfoWebSession. getClientInfo()Gets the client info object for this session.
-