public static class Window.Navigator
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getAppCodeName()
Gets the navigator.appCodeName.
|
static java.lang.String |
getAppName()
Gets the navigator.appName.
|
static java.lang.String |
getAppVersion()
Gets the navigator.appVersion.
|
static java.lang.String |
getPlatform()
Gets the navigator.platform.
|
static java.lang.String |
getUserAgent()
Gets the navigator.userAgent.
|
static boolean |
isCookieEnabled()
Checks whether or not cookies are enabled or disabled.
|
static boolean |
isJavaEnabled()
Tests whether Java is enabled in the current browser.
|
public static java.lang.String getAppCodeName()
public static java.lang.String getAppName()
public static java.lang.String getAppVersion()
public static java.lang.String getPlatform()
public static java.lang.String getUserAgent()
public static boolean isCookieEnabled()
public static boolean isJavaEnabled()