public final class JavaScriptConfiguration extends AbstractJavaScriptConfiguration
| Modifier | Constructor and Description |
|---|---|
protected |
JavaScriptConfiguration(BrowserVersion browser)
Constructor is only called from
getInstance(BrowserVersion) which is synchronized. |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends SimpleScriptable>[] |
getClasses() |
static JavaScriptConfiguration |
getInstance(BrowserVersion browserVersion)
Returns the instance that represents the configuration for the specified
BrowserVersion. |
getAll, getClassConfiguration, getClassConfiguration, getDomJavaScriptMapping, isCompatibleprotected JavaScriptConfiguration(BrowserVersion browser)
getInstance(BrowserVersion) which is synchronized.browser - the browser version to usepublic static JavaScriptConfiguration getInstance(BrowserVersion browserVersion)
BrowserVersion.
This method is synchronized to allow multi-threaded access to the JavaScript configuration.browserVersion - the BrowserVersionBrowserVersionprotected Class<? extends SimpleScriptable>[] getClasses()
getClasses in class AbstractJavaScriptConfigurationCopyright © 2002–2019 Gargoyle Software Inc.. All rights reserved.