Uses of Class
wicket.request.ClientInfo

Packages that use ClientInfo
wicket The core Wicket package. 
wicket.protocol.http HTTP implementation. 
wicket.protocol.http.portlet Wicket interface to the JSR-168 portlet API. 
wicket.protocol.http.request This package contains http (web) protocol dependent implementations of request processing strategies. 
 

Uses of ClientInfo in wicket
 

Methods in 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 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 wicket.protocol.http
 

Methods in wicket.protocol.http that return ClientInfo
protected  ClientInfo WebRequestCycle.newClientInfo()
           
 

Uses of ClientInfo in wicket.protocol.http.portlet
 

Methods in wicket.protocol.http.portlet that return ClientInfo
protected  ClientInfo PortletRequestCycle.newClientInfo()
           
 

Uses of ClientInfo in wicket.protocol.http.request
 

Subclasses of ClientInfo in wicket.protocol.http.request
 class WebClientInfo
          Default client info object for web applications.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.