Uses of Class
com.gargoylesoftware.htmlunit.javascript.configuration.ClassConfiguration

Packages that use ClassConfiguration
com.gargoylesoftware.htmlunit.javascript.configuration Classes in this package are specific for the javascript engine - users of HtmlUnit shouldn't need anything in this package. 
 

Uses of ClassConfiguration in com.gargoylesoftware.htmlunit.javascript.configuration
 

Methods in com.gargoylesoftware.htmlunit.javascript.configuration that return ClassConfiguration
 ClassConfiguration JavaScriptConfiguration.getClassConfiguration(String classname)
          Gets the class configuration for the supplied JavaScript class name.
 

Methods in com.gargoylesoftware.htmlunit.javascript.configuration with parameters of type ClassConfiguration
protected  boolean JavaScriptConfiguration.classConfigEquals(String classname, ClassConfiguration config)
          Test to see if the supplied configuration matches for the parsed configuration for the named class This is a method for testing.
 



Copyright © 2002-2011 Gargoyle Software Inc.. All Rights Reserved.