public class HtmlUnitWrapFactory
extends org.mozilla.javascript.WrapFactory
Scriptable
.Constructor and Description |
---|
HtmlUnitWrapFactory()
Constructor
|
Modifier and Type | Method and Description |
---|---|
org.mozilla.javascript.Scriptable |
wrapAsJavaObject(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
Object javaObject,
Class staticType)
Wraps Objects used by htmlunit (like
NodeList ) or delegates to
parent class. |
public org.mozilla.javascript.Scriptable wrapAsJavaObject(org.mozilla.javascript.Context context, org.mozilla.javascript.Scriptable scope, Object javaObject, Class staticType)
NodeList
) or delegates to
parent class.
wrapAsJavaObject
in class org.mozilla.javascript.WrapFactory
WrapFactory.wrapAsJavaObject(org.mozilla.javascript.Context,
org.mozilla.javascript.Scriptable, java.lang.Object, java.lang.Class)
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.