Java org.apache.wicket.protocol.http ClientProperties fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.protocol.http ClientProperties fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.protocol.http ClientProperties.

The text is from its open source code.

Subclass

org.apache.wicket.protocol.http.ClientProperties has subclasses.
Click this link to see all its subclasses.

Constructor

Method

intgetBrowserHeight()
intgetBrowserVersionMajor()
intgetBrowserVersionMinor()
intgetBrowserWidth()
StringgetHostname()
StringgetNavigatorAppVersion()
StringgetNavigatorLanguage()
StringgetNavigatorPlatform()
StringgetNavigatorUserAgent()
StringgetRemoteAddress()
intgetScreenColorDepth()
intgetScreenHeight()
intgetScreenWidth()
TimeZonegetTimeZone()
Get the client's time zone if that could be detected.
booleanisBrowserChrome()
Flag indicating that the browser is a derivative of the Chrome browser platform.
booleanisBrowserInternetExplorer()
Flag indicating that the browser is a derivative of the Microsoft Internet Explorer browser platform.
booleanisBrowserKonqueror()
Flag indicating that the browser is a derivative of the KDE Konqueror browser platform.
booleanisBrowserMozilla()
Flag indicating that the browser is a derivative of the Mozilla 1.0-1.8+ browser platform.
booleanisBrowserMozillaFirefox()
Flag indicating that the browser is a derivative of the Mozilla Firefox 1.0+ browser platform.
booleanisBrowserOpera()
Flag indicating that the browser is a derivative of the Opera browser platform.
booleanisBrowserSafari()
Flag indicating that the browser is a derivative of the Apple Safari browser platform.
voidsetBrowserHeight(int browserHeight)
voidsetBrowserVersionMajor(int browserVersionMajor)
voidsetBrowserVersionMinor(int browserVersionMinor)
voidsetBrowserWidth(int browserWidth)