T - the type of scriptable object being wrappedpublic abstract class HtmlUnitScriptableProxy<T extends HtmlUnitScriptable> extends org.htmlunit.corejs.javascript.Delegator implements Serializable
HtmlUnitScriptable.objNOT_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, setPrototypepublic Object get(int index, org.htmlunit.corejs.javascript.Scriptable start)
get in interface org.htmlunit.corejs.javascript.Scriptableget in class org.htmlunit.corejs.javascript.Delegatorpublic Object get(String name, org.htmlunit.corejs.javascript.Scriptable start)
get in interface org.htmlunit.corejs.javascript.Scriptableget in class org.htmlunit.corejs.javascript.Delegatorpublic boolean has(int index,
                   org.htmlunit.corejs.javascript.Scriptable start)
has in interface org.htmlunit.corejs.javascript.Scriptablehas in class org.htmlunit.corejs.javascript.Delegatorpublic boolean has(String name, org.htmlunit.corejs.javascript.Scriptable start)
has in interface org.htmlunit.corejs.javascript.Scriptablehas in class org.htmlunit.corejs.javascript.Delegatorpublic boolean hasInstance(org.htmlunit.corejs.javascript.Scriptable instance)
hasInstance in interface org.htmlunit.corejs.javascript.ScriptablehasInstance in class org.htmlunit.corejs.javascript.Delegatorpublic void put(int index,
                org.htmlunit.corejs.javascript.Scriptable start,
                Object value)
put in interface org.htmlunit.corejs.javascript.Scriptableput in class org.htmlunit.corejs.javascript.Delegatorpublic void put(String name, org.htmlunit.corejs.javascript.Scriptable start, Object value)
put in interface org.htmlunit.corejs.javascript.Scriptableput in class org.htmlunit.corejs.javascript.Delegatorpublic Object getDefaultValue(Class<?> hint)
getDefaultValue in interface org.htmlunit.corejs.javascript.ScriptablegetDefaultValue in class org.htmlunit.corejs.javascript.Delegatorhint - the type hintScriptable.getDefaultValue(java.lang.Class<?>)Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.