public final class Navigator extends SimpleScriptable
Constructor and Description |
---|
Navigator()
Creates an instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
jsxFunction_javaEnabled()
Indicates if Java is enabled.
|
boolean |
jsxFunction_taintEnabled()
Returns false always as data tainting support is not enabled in HtmlUnit.
|
String |
jsxGet_appCodeName()
Returns the property "appCodeName".
|
String |
jsxGet_appMinorVersion()
Returns the property "appMinorVersion".
|
String |
jsxGet_appName()
Returns the property "appName".
|
String |
jsxGet_appVersion()
Returns the property "appVersion".
|
String |
jsxGet_browserLanguage()
Returns the language of the browser (for IE).
|
boolean |
jsxGet_cookieEnabled()
Returns the property "cookieEnabled".
|
String |
jsxGet_cpuClass()
Returns the property "cpuClass".
|
String |
jsxGet_language()
Returns the language of the browser (for Mozilla).
|
Object |
jsxGet_mimeTypes()
Returns an empty array because HtmlUnit does not support embedded objects.
|
boolean |
jsxGet_onLine()
Returns the property "onLine".
|
String |
jsxGet_platform()
Returns the property "platform".
|
Object |
jsxGet_plugins()
Returns an empty array because HtmlUnit does not support embedded objects.
|
String |
jsxGet_product()
Returns the property "product".
|
String |
jsxGet_productSub()
Returns the build number of the current browser.
|
String |
jsxGet_systemLanguage()
Returns the property "systemLanguage".
|
String |
jsxGet_userAgent()
Returns the property "userAgent".
|
String |
jsxGet_userLanguage()
Returns the property "userLanguage".
|
clone, defineFunctionProperties, defineProperty, equivalentValues, get, getBrowserVersion, getClassName, getDefaultValue, getDomNodeOrDie, getDomNodeOrNull, getPrototype, getScriptableFor, getStartingScope, getTransformerScriptableFor, getWindow, getWindow, getWithPreemption, hasInstance, initParentScope, makeScriptableFor, setCaseSensitive, setDomNode, setDomNode, setHtmlElement
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype, size
public Navigator()
public String jsxGet_appCodeName()
public String jsxGet_appMinorVersion()
public String jsxGet_appName()
public String jsxGet_appVersion()
public String jsxGet_browserLanguage()
public String jsxGet_language()
public boolean jsxGet_cookieEnabled()
public String jsxGet_cpuClass()
public boolean jsxGet_onLine()
public String jsxGet_platform()
public String jsxGet_product()
public String jsxGet_productSub()
public String jsxGet_systemLanguage()
public String jsxGet_userAgent()
public String jsxGet_userLanguage()
public Object jsxGet_plugins()
public Object jsxGet_mimeTypes()
public boolean jsxFunction_javaEnabled()
WebClient.isAppletEnabled()
public boolean jsxFunction_taintEnabled()
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.