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, supportsScriptLanguage
associateValue, 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, setPrototype
public String getClassName()
getClassName
in interface org.mozilla.javascript.Scriptable
getClassName
in class org.mozilla.javascript.ScriptableObject
public ScriptingEngine newScriptingEngine(ScriptableDelegate child)
ScriptingEngine
newScriptingEngine
in interface ScriptingEngine
public void clearCaches()
ScriptingEngine
clearCaches
in interface ScriptingEngine
clearCaches
in interface ScriptingHandler
public boolean has(String name, org.mozilla.javascript.Scriptable start)
has
in interface org.mozilla.javascript.Scriptable
has
in class org.mozilla.javascript.ScriptableObject
public Object get(String propertyName, org.mozilla.javascript.Scriptable scriptable)
get
in interface org.mozilla.javascript.Scriptable
get
in class org.mozilla.javascript.ScriptableObject
public void put(String propertyName, org.mozilla.javascript.Scriptable initialObject, Object value)
put
in interface org.mozilla.javascript.Scriptable
put
in class org.mozilla.javascript.ScriptableObject
protected static String createAnonymousFunctionName()
Copyright © 2012. All Rights Reserved.