public class HtmlUnitWrapFactory extends net.sourceforge.htmlunit.corejs.javascript.WrapFactory implements Serializable
Scriptable
.Constructor and Description |
---|
HtmlUnitWrapFactory()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
net.sourceforge.htmlunit.corejs.javascript.Scriptable |
wrapAsJavaObject(net.sourceforge.htmlunit.corejs.javascript.Context context,
net.sourceforge.htmlunit.corejs.javascript.Scriptable scope,
Object javaObject,
Class<?> staticType)
Wraps some objects used by HtmlUnit (like
NodeList ), or delegates directly to the parent class. |
public net.sourceforge.htmlunit.corejs.javascript.Scriptable wrapAsJavaObject(net.sourceforge.htmlunit.corejs.javascript.Context context, net.sourceforge.htmlunit.corejs.javascript.Scriptable scope, Object javaObject, Class<?> staticType)
NodeList
), or delegates directly to the parent class.
wrapAsJavaObject
in class net.sourceforge.htmlunit.corejs.javascript.WrapFactory
WrapFactory.wrapAsJavaObject(Context, Scriptable, Object, Class)
Copyright © 2002–2020 Gargoyle Software Inc.. All rights reserved.