public final class Navigator extends SimpleScriptable
Constructor and Description |
---|
Navigator()
Create an instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
jsxFunction_javaEnabled()
Return false always as Java support is not enabled in HtmlUnit.
|
boolean |
jsxFunction_taintEnabled()
Return false always as data tainting support is not enabled in HtmlUnit.
|
String |
jsxGet_appCodeName()
Return the property "appCodeName".
|
String |
jsxGet_appMinorVersion()
Return the property "appMinorVersion".
|
String |
jsxGet_appName()
Return the property "appName".
|
String |
jsxGet_appVersion()
Return the property "appVersion".
|
String |
jsxGet_browserLanguage()
Return the language of the browser (for IE).
|
boolean |
jsxGet_cookieEnabled()
Return the property "cookieEnabled".
|
String |
jsxGet_cpuClass()
Return the property "cpuClass".
|
String |
jsxGet_language()
Return the language of the browser (for Mozilla).
|
Object |
jsxGet_mimeTypes()
Return an empty array because HtmlUnit does not support embedded objects.
|
boolean |
jsxGet_onLine()
Return the property "onLine".
|
String |
jsxGet_platform()
Return the property "platform".
|
Object |
jsxGet_plugins()
Return an empty array because HtmlUnit does not support embedded objects.
|
String |
jsxGet_systemLanguage()
Return the property "systemLanguage".
|
String |
jsxGet_userAgent()
Return the property "userAgent".
|
String |
jsxGet_userLanguage()
Return the property "userLanguage".
|
get, getBooleanArg, getClassName, getDefaultValue, getDomNodeOrDie, getDomNodeOrNull, getIntArg, getLog, getObjectArg, getPrototype, getScriptableFor, getStartingScope, getStringArg, getTransformerScriptableFor, getWindow, getWindow, getWithPreemption, makeScriptableFor, setDomNode, setDomNode, setHtmlElement
associateValue, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, has, hasInstance, hasProperty, hasProperty, isConst, isSealed, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype
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_systemLanguage()
public String jsxGet_userAgent()
public String jsxGet_userLanguage()
public Object jsxGet_plugins()
public Object jsxGet_mimeTypes()
public boolean jsxFunction_javaEnabled()
public boolean jsxFunction_taintEnabled()
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.