JavaScript is disabled on your browser.
Detail:
Field |
Constr |
Method
java.lang.Object
org.mozilla.javascript.ScriptableObject
com.brightech.xmp.js.MBScriptableObject
All Implemented Interfaces:
java.io.Serializable, org.mozilla.javascript.ConstProperties, org.mozilla.javascript.debug.DebuggableObject, org.mozilla.javascript.Scriptable
Direct Known Subclasses:
AJAX , BundleType , CollectionIterator , CollectionWrapper , ExternalDatabaseInformation , File , FileAndFolderIterator , ImportParameters , JSLink , JSMap , LicenseInfo , Parameters , PropertyWrapper , ReleasableScriptableObject , ReportLogEntry , ResourceWrapper , ServerConfiguration , SQL , TriggerConfiguration , Validation , XmlHTTPRequest , Xmp
public abstract class MBScriptableObject
extends org.mozilla.javascript.ScriptableObject
Main ScriptableObject for MB javascript classes.
Detects and throws RuntimeException if a script attempts to set a read-only property.
NOTE: In general, JS-based classes in MediaBeacon should descend from this class (directly or indirectly).
See Also:
Serialized Form
Field Summary
Fields inherited from class org.mozilla.javascript.ScriptableObject
CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST
Fields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND
Method Summary
Methods inherited from class org.mozilla.javascript.ScriptableObject
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, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, 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, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Detail:
Field |
Constr |
Method
Copyright © 2017 MediaBeacon, Inc. All Rights Reserved.