Package | Description |
---|---|
org.htmlunit.javascript |
Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.configuration |
Classes in this package are specific for the JavaScript engine - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
static HtmlUnitScriptable |
JavaScriptEngine.configureClass(ClassConfiguration config,
org.htmlunit.corejs.javascript.Scriptable window)
Configures the specified class for access via JavaScript.
|
static void |
JavaScriptEngine.configureScope(HtmlUnitScriptable jsScope,
ClassConfiguration scopeConfig,
org.htmlunit.corejs.javascript.FunctionObject scopeContructorFunctionObject,
AbstractJavaScriptConfiguration jsConfig,
BrowserVersion browserVersion,
Map<Class<? extends org.htmlunit.corejs.javascript.Scriptable>,org.htmlunit.corejs.javascript.Scriptable> prototypes,
Map<String,org.htmlunit.corejs.javascript.Scriptable> prototypesPerJSName)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Modifier and Type | Method and Description |
---|---|
static ClassConfiguration |
AbstractJavaScriptConfiguration.getClassConfiguration(Class<? extends HtmlUnitScriptable> klass,
BrowserVersion browserVersion)
Returns the class configuration of the given
klass . |
ClassConfiguration |
AbstractJavaScriptConfiguration.getClassConfiguration(String hostClassName)
Gets the class configuration for the supplied JavaScript class name.
|
Modifier and Type | Method and Description |
---|---|
Iterable<ClassConfiguration> |
AbstractJavaScriptConfiguration.getAll()
Gets all the configurations.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.