Uses of Class
org.apache.wicket.request.ClientInfo

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 RequestCycle#newClientInfo().
 

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.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.