public class ScriptableMessage
extends org.mozilla.javascript.ScriptableObject
| Constructor and Description |
|---|
ScriptableMessage() |
ScriptableMessage(java.lang.String messageType) |
| Modifier and Type | Method and Description |
|---|---|
IMCMessage |
getAsMessage() |
java.lang.String |
getClassName() |
IMCMessage |
getOriginal() |
void |
jsFunction_asHtml() |
void |
jsFunction_dump() |
static void |
main(java.lang.String[] args) |
void |
put(java.lang.String name,
org.mozilla.javascript.Scriptable start,
java.lang.Object value) |
void |
setMessage(IMCMessage message) |
associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasInstance, hasProperty, hasProperty, isConst, isEmpty, isExtensible, isSealed, preventExtensions, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype, sizepublic ScriptableMessage()
public ScriptableMessage(java.lang.String messageType)
throws java.lang.Exception
java.lang.Exceptionpublic void put(java.lang.String name,
org.mozilla.javascript.Scriptable start,
java.lang.Object value)
put in interface org.mozilla.javascript.Scriptableput in class org.mozilla.javascript.ScriptableObjectpublic java.lang.String getClassName()
getClassName in interface org.mozilla.javascript.ScriptablegetClassName in class org.mozilla.javascript.ScriptableObjectpublic void jsFunction_asHtml()
throws java.lang.Exception
java.lang.Exceptionpublic void jsFunction_dump()
throws java.lang.Exception
java.lang.Exceptionpublic void setMessage(IMCMessage message)
public IMCMessage getAsMessage()
public IMCMessage getOriginal()
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception