Uses of Class
org.htmlunit.javascript.configuration.ClassConfiguration.PropertyInfo
Packages that use ClassConfiguration.PropertyInfo
Package
Description
Classes in this package are specific for the JavaScript engine - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of ClassConfiguration.PropertyInfo in org.htmlunit.javascript.configuration
Fields in org.htmlunit.javascript.configuration with type parameters of type ClassConfiguration.PropertyInfoModifier and TypeFieldDescriptionprivate Map
<String, ClassConfiguration.PropertyInfo> ClassConfiguration.propertyMap_
private Map
<String, ClassConfiguration.PropertyInfo> ClassConfiguration.staticPropertyMap_
Methods in org.htmlunit.javascript.configuration that return types with arguments of type ClassConfiguration.PropertyInfoModifier and TypeMethodDescriptionClassConfiguration.getPropertyMap()
Returns the Map of entries for the defined properties.ClassConfiguration.getStaticPropertyMap()
Returns the set of entries for the defined static properties.