Class ProxyAutoConfigJavaScriptConfiguration
java.lang.Object
org.htmlunit.javascript.configuration.AbstractJavaScriptConfiguration
org.htmlunit.javascript.configuration.ProxyAutoConfigJavaScriptConfiguration
A container for all the JavaScript configuration information used for the
proxy AutoConfig support.
- Author:
- Ronald Brill
-
Method Summary
Modifier and TypeMethodDescriptionprotected Class<? extends HtmlUnitScriptable>[]getInstance(BrowserVersion browserVersion) Returns the instance that represents the configuration for the specifiedBrowserVersion.Methods inherited from class AbstractJavaScriptConfiguration
getAll, getClassConfiguration, getClassConfiguration, getDomJavaScriptMappingFor, isCompatible
-
Method Details
-
getInstance
Returns the instance that represents the configuration for the specifiedBrowserVersion. This method is synchronized to allow multi-threaded access to the JavaScript configuration.- Parameters:
browserVersion- theBrowserVersion- Returns:
- the instance for the specified
BrowserVersion
-
getClasses
- Specified by:
getClassesin classAbstractJavaScriptConfiguration- Returns:
- the classes configured by this configuration
-