Uses of Class
org.htmlunit.corejs.javascript.WrapFactory
-
Packages that use WrapFactory Package Description org.htmlunit.corejs.javascript -
-
Uses of WrapFactory in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript declared as WrapFactory Modifier and Type Field Description private WrapFactory
Context. wrapFactory
Methods in org.htmlunit.corejs.javascript that return WrapFactory Modifier and Type Method Description WrapFactory
Context. getWrapFactory()
Return the current WrapFactory, or null if none is defined.Methods in org.htmlunit.corejs.javascript with parameters of type WrapFactory Modifier and Type Method Description void
Context. setWrapFactory(WrapFactory wrapFactory)
Set a WrapFactory for this Context.
-