Uses of Class
net.sourceforge.htmlunit.corejs.javascript.WrapFactory

Packages that use WrapFactory
net.sourceforge.htmlunit.corejs.javascript   
 

Uses of WrapFactory in net.sourceforge.htmlunit.corejs.javascript
 

Methods in net.sourceforge.htmlunit.corejs.javascript that return WrapFactory
 WrapFactory Context.getWrapFactory()
          Return the current WrapFactory, or null if none is defined.
 

Methods in net.sourceforge.htmlunit.corejs.javascript with parameters of type WrapFactory
 void Context.setWrapFactory(WrapFactory wrapFactory)
          Set a WrapFactory for this Context.