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. 
org.apache.wicket.request.cycle   
 

Uses of ClientInfo in org.apache.wicket
 

Methods in org.apache.wicket that return ClientInfo
 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.
 

Uses of ClientInfo in org.apache.wicket.request.cycle
 

Methods in org.apache.wicket.request.cycle that return ClientInfo
 ClientInfo RequestCycle.getClientInfo()
           
 ClientInfo RequestCycle.newClientInfo()
          Creates a new agent info object based on this request.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.