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

Packages that use ClientInfo
org.apache.wicket The core Wicket package. 
org.apache.wicket.protocol.http HTTP implementation. 
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
 

Methods in org.apache.wicket that return ClientInfo
 ClientInfo Session.getClientInfo()
          Gets the client info object for this session.
 ClientInfo RequestCycle.getClientInfo()
          Gets the new agent info object for this session.
protected abstract  ClientInfo RequestCycle.newClientInfo()
          Creates a new agent info object based on this request.
 

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
 

Methods in org.apache.wicket.protocol.http that return ClientInfo
protected  ClientInfo WebRequestCycle.newClientInfo()
          Creates a new agent info object based on this request.
 

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 © 2004-2011 Apache Software Foundation. All Rights Reserved.