|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientInfo | |
|---|---|
| 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. |
| Uses of ClientInfo in org.apache.wicket |
|---|
| Fields in org.apache.wicket declared as ClientInfo | |
|---|---|
protected ClientInfo |
Session.clientInfo
Cached instance of agent info which is typically designated by calling Session.getClientInfo(). |
| Methods in org.apache.wicket that return ClientInfo | |
|---|---|
abstract ClientInfo |
Session.getClientInfo()
Gets the client info object for this session. |
| Methods in org.apache.wicket with parameters of type ClientInfo | |
|---|---|
void |
Session.setClientInfo(ClientInfo clientInfo)
THIS METHOD IS NOT PART OF THE WICKET PUBLIC API. |
| Uses of ClientInfo in org.apache.wicket.protocol.http.request |
|---|
| Subclasses of ClientInfo in org.apache.wicket.protocol.http.request | |
|---|---|
class |
WebClientInfo
Default client info object for web applications. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||