public abstract class AbstractDomComponent extends ScriptingEngineImpl implements org.mozilla.javascript.Scriptable
| Constructor and Description |
|---|
AbstractDomComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCaches()
Clears any cached values, permitting them to be recomputed as needed.
|
protected static String |
createAnonymousFunctionName() |
Object |
get(String propertyName,
org.mozilla.javascript.Scriptable scriptable) |
String |
getClassName() |
protected String |
getJavaPropertyName(String propertyName) |
boolean |
has(String name,
org.mozilla.javascript.Scriptable start) |
ScriptingEngine |
newScriptingEngine(ScriptableDelegate child)
Returns a new scripting engine for the specified delegate.
|
void |
put(String propertyName,
org.mozilla.javascript.Scriptable initialObject,
Object value) |
clearErrorMessages, discardDocumentWriteBuffer, doEvent, doEventScript, evaluateExpression, getDocumentWriteBuffer, getErrorMessages, handleEvent, handleScriptException, runScript, supportsScriptLanguageassociateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, hasInstance, hasProperty, hasProperty, isConst, isGetterOrSetter, isSealed, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototypepublic String getClassName()
getClassName in interface org.mozilla.javascript.ScriptablegetClassName in class org.mozilla.javascript.ScriptableObjectpublic ScriptingEngine newScriptingEngine(ScriptableDelegate child)
ScriptingEnginenewScriptingEngine in interface ScriptingEnginepublic void clearCaches()
ScriptingEngineclearCaches in interface ScriptingEngineclearCaches in interface ScriptingHandlerpublic boolean has(String name, org.mozilla.javascript.Scriptable start)
has in interface org.mozilla.javascript.Scriptablehas in class org.mozilla.javascript.ScriptableObjectpublic Object get(String propertyName, org.mozilla.javascript.Scriptable scriptable)
get in interface org.mozilla.javascript.Scriptableget in class org.mozilla.javascript.ScriptableObjectpublic void put(String propertyName, org.mozilla.javascript.Scriptable initialObject, Object value)
put in interface org.mozilla.javascript.Scriptableput in class org.mozilla.javascript.ScriptableObjectprotected static String createAnonymousFunctionName()
Copyright © 2012. All Rights Reserved.