T
- the type of scriptable object being wrappedpublic abstract class HtmlUnitScriptableProxy<T extends HtmlUnitScriptable> extends org.htmlunit.corejs.javascript.Delegator implements Serializable
HtmlUnitScriptable
.obj
NOT_FOUND
Constructor and Description |
---|
HtmlUnitScriptableProxy() |
Modifier and Type | Method and Description |
---|---|
Object |
get(int index,
org.htmlunit.corejs.javascript.Scriptable start) |
Object |
get(String name,
org.htmlunit.corejs.javascript.Scriptable start) |
Object |
getDefaultValue(Class<?> hint)
Delegates call to delegee.
|
boolean |
has(int index,
org.htmlunit.corejs.javascript.Scriptable start) |
boolean |
has(String name,
org.htmlunit.corejs.javascript.Scriptable start) |
boolean |
hasInstance(org.htmlunit.corejs.javascript.Scriptable instance) |
void |
put(int index,
org.htmlunit.corejs.javascript.Scriptable start,
Object value) |
void |
put(String name,
org.htmlunit.corejs.javascript.Scriptable start,
Object value) |
call, construct, delete, delete, delete, get, getClassName, getDelegee, getIds, getParentScope, getPrototype, has, newInstance, put, setDelegee, setParentScope, setPrototype
public Object get(int index, org.htmlunit.corejs.javascript.Scriptable start)
get
in interface org.htmlunit.corejs.javascript.Scriptable
get
in class org.htmlunit.corejs.javascript.Delegator
public Object get(String name, org.htmlunit.corejs.javascript.Scriptable start)
get
in interface org.htmlunit.corejs.javascript.Scriptable
get
in class org.htmlunit.corejs.javascript.Delegator
public boolean has(int index, org.htmlunit.corejs.javascript.Scriptable start)
has
in interface org.htmlunit.corejs.javascript.Scriptable
has
in class org.htmlunit.corejs.javascript.Delegator
public boolean has(String name, org.htmlunit.corejs.javascript.Scriptable start)
has
in interface org.htmlunit.corejs.javascript.Scriptable
has
in class org.htmlunit.corejs.javascript.Delegator
public boolean hasInstance(org.htmlunit.corejs.javascript.Scriptable instance)
hasInstance
in interface org.htmlunit.corejs.javascript.Scriptable
hasInstance
in class org.htmlunit.corejs.javascript.Delegator
public void put(int index, org.htmlunit.corejs.javascript.Scriptable start, Object value)
put
in interface org.htmlunit.corejs.javascript.Scriptable
put
in class org.htmlunit.corejs.javascript.Delegator
public void put(String name, org.htmlunit.corejs.javascript.Scriptable start, Object value)
put
in interface org.htmlunit.corejs.javascript.Scriptable
put
in class org.htmlunit.corejs.javascript.Delegator
public Object getDefaultValue(Class<?> hint)
getDefaultValue
in interface org.htmlunit.corejs.javascript.Scriptable
getDefaultValue
in class org.htmlunit.corejs.javascript.Delegator
hint
- the type hintScriptable.getDefaultValue(java.lang.Class<?>)
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.