Uses of Class
org.mozilla.javascript.WrapFactory
Packages that use WrapFactory
-
Uses of WrapFactory in org.mozilla.javascript
Methods in org.mozilla.javascript that return WrapFactoryModifier and TypeMethodDescriptionfinal WrapFactoryContext.getWrapFactory()Return the current WrapFactory, or null if none is defined.Methods in org.mozilla.javascript with parameters of type WrapFactoryModifier and TypeMethodDescriptionfinal voidContext.setWrapFactory(WrapFactory wrapFactory) Set a WrapFactory for this Context.