public class RegistryHostObject
extends org.mozilla.javascript.ScriptableObject
| Constructor and Description |
|---|
RegistryHostObject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Type to be used for this object inside the javascript.
|
static org.mozilla.javascript.Scriptable |
jsConstructor(org.mozilla.javascript.Context cx,
Object[] args,
org.mozilla.javascript.Function ctorObj,
boolean inNewExpr) |
static org.mozilla.javascript.Scriptable |
jsFunction_get(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] arguments,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.Scriptable |
jsFunction_newCollection(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] arguments,
org.mozilla.javascript.Function funObj) |
static org.mozilla.javascript.Scriptable |
jsFunction_newResource(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] arguments,
org.mozilla.javascript.Function funObj) |
static String |
jsFunction_put(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] arguments,
org.mozilla.javascript.Function funObj) |
static void |
jsFunction_remove(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] arguments,
org.mozilla.javascript.Function funObj) |
static boolean |
jsFunction_resourceExists(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] arguments,
org.mozilla.javascript.Function funObj) |
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, equivalentValues, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasInstance, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype, sizepublic static org.mozilla.javascript.Scriptable jsConstructor(org.mozilla.javascript.Context cx,
Object[] args,
org.mozilla.javascript.Function ctorObj,
boolean inNewExpr)
throws org.wso2.carbon.CarbonException
org.wso2.carbon.CarbonExceptionpublic String getClassName()
getClassName in interface org.mozilla.javascript.ScriptablegetClassName in class org.mozilla.javascript.ScriptableObjectpublic static void jsFunction_remove(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] arguments,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.CarbonException
org.wso2.carbon.CarbonExceptionpublic static org.mozilla.javascript.Scriptable jsFunction_get(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] arguments,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.CarbonException
org.wso2.carbon.CarbonExceptionpublic static String jsFunction_put(org.mozilla.javascript.Context cx, org.mozilla.javascript.Scriptable thisObj, Object[] arguments, org.mozilla.javascript.Function funObj) throws org.wso2.carbon.CarbonException
org.wso2.carbon.CarbonExceptionpublic static org.mozilla.javascript.Scriptable jsFunction_newCollection(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] arguments,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.CarbonException
org.wso2.carbon.CarbonExceptionpublic static org.mozilla.javascript.Scriptable jsFunction_newResource(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] arguments,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.CarbonException
org.wso2.carbon.CarbonExceptionpublic static boolean jsFunction_resourceExists(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] arguments,
org.mozilla.javascript.Function funObj)
throws org.wso2.carbon.CarbonException
org.wso2.carbon.CarbonExceptionCopyright © 2016 WSO2. All rights reserved.