Web browser terminal type. This class implements web browser properties, which declare the features of the web browser.
Parameters
Web browser application.
Get the name and version of the web browser application. This is the version string reported by the web-browser in http headers.
Parameters
Default locale
Get the default locale requested by the browser.
Parameters
Version of the supported Java Script
Get the version of the supported Java Script by the browser. Null if the Java Script is not supported.
Parameters
Height of the terminal window
Get height of the terminal window in pixels
Parameters
Width of the terminal window
Get width of the terminal window in pixels
Parameters
true if client has sent information about its properties. Default false
Get the client side cheked property. Certain terminal features can only be detected at client side. This property indicates if the client side detections have been performed for this type.
Parameters
True if the browser supports frames, False if not
Does the browser support frames ?
Parameters
HTMLVersion instance.
Parse JavaScript version from string.
Parameters
true if client side checking should be performed for this terminal type. Default false.
Should the client features be checked using remote scripts. Should the client side terminal feature check be performed.
Parameters
true if client side checking should be performed for this terminal type. Default false.
Should the client features be checked using remote scripts.
Parameters
browserApplication
The browserApplication to set
Sets the browser application. This corresponds to User-Agent HTTP header.
Parameters
true
if client has sent information about its properties, false otherweise.
Set the client side checked property. Certain terminal features can only be detected at client side. This property indicates if the client side detections have been performed for this type.
Parameters
contentType
The contentType to set
Sets the default content type.
Default is
text/html
Parameters
frameSupport
True if the browser supports frames, False if not
Set the browser frame support
Parameters
javaEnabled
The javaEnabled to set
Sets the java enabled property.
Parameters
javaScriptVersion
The JavaScript version to set
Sets the JavaScript version.
Parameters
markupVersion
ersion The markup language version to set
Sets the markup language version.
Parameters
screenHeight
The screen height to set in pixels.
Sets the screen height.
Parameters
true if this type matches the given browser.
Check if this type supports also given browser.
Parameters
js
The javascript version to check for.
true if this type supports the given javascript version.
Check if this type supports given javascript version.
Parameters
true if this type supports the given markup version.
Check if this type supports given markup language version.