com.gargoylesoftware.htmlunit.activex.javascript.msxml
Class MSXMLConfiguration

java.lang.Object
  extended by com.gargoylesoftware.htmlunit.javascript.configuration.AbstractJavaScriptConfiguration
      extended by com.gargoylesoftware.htmlunit.activex.javascript.msxml.MSXMLConfiguration

public final class MSXMLConfiguration
extends AbstractJavaScriptConfiguration

A container for all the JavaScript configuration information.

Version:
$Revision: 9017 $
Author:
Mike Bowler, Chris Erskine, Ahmed Ashour, Ronald Brill, Frank Danek

Method Summary
protected  Class<MSXMLScriptable>[] getClasses()
           
static MSXMLConfiguration getInstance(BrowserVersion browserVersion)
          Returns the instance that represents the configuration for the specified BrowserVersion.
 
Methods inherited from class com.gargoylesoftware.htmlunit.javascript.configuration.AbstractJavaScriptConfiguration
getAll, getClassConfiguration, getDomJavaScriptMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MSXMLConfiguration getInstance(BrowserVersion browserVersion)
Returns the instance that represents the configuration for the specified BrowserVersion. This method is synchronized to allow multi-threaded access to the JavaScript configuration.

Parameters:
browserVersion - the BrowserVersion
Returns:
the instance for the specified BrowserVersion

getClasses

protected Class<MSXMLScriptable>[] getClasses()
Specified by:
getClasses in class AbstractJavaScriptConfiguration
Returns:
the classes configured by this configuration


Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.