Uses of Class
wicket.protocol.http.ClientProperties

Packages that use ClientProperties
wicket.markup.html.pages Default special purpose pages for error and feedback support. 
wicket.protocol.http.request This package contains http (web) protocol dependent implementations of request processing strategies. 
 

Uses of ClientProperties in wicket.markup.html.pages
 

Methods in wicket.markup.html.pages with parameters of type ClientProperties
 void BrowserInfoPage.ClientPropertiesBean.merge(ClientProperties properties)
          Merge this with the given properties object.
 

Uses of ClientProperties in wicket.protocol.http.request
 

Methods in wicket.protocol.http.request that return ClientProperties
 ClientProperties WebClientInfo.getProperties()
          Gets the client properties object.
 



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