Package | Description |
---|---|
org.apache.wicket |
The core Wicket package.
|
org.apache.wicket.protocol.http.request |
This package contains http (web) protocol dependent implementations of
request processing strategies.
|
Modifier and Type | Field and Description |
---|---|
protected ClientInfo |
Session.clientInfo
Cached instance of agent info which is typically designated by calling
Session.getClientInfo() . |
Modifier and Type | Method and Description |
---|---|
abstract ClientInfo |
Session.getClientInfo()
Gets the client info object for this session.
|
Modifier and Type | Method and Description |
---|---|
Session |
Session.setClientInfo(ClientInfo clientInfo)
THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
|
Modifier and Type | Class and Description |
---|---|
class |
WebClientInfo
Default client info object for web applications.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.