public class JSPluginManager extends JSBaseScriptableObject
Constructor and Description |
---|
JSPluginManager() |
Modifier and Type | Method and Description |
---|---|
boolean |
(JavaScript Function) triggerActionSecurityPlugin(java.lang.String thePluginName,
org.mozilla.javascript.NativeArray theStringParams,
org.mozilla.javascript.NativeArray theObjectParams)
Trigger an action security plugin.
|
void |
(JavaScript Function) triggerPlugin(java.lang.String thePluginName,
org.mozilla.javascript.NativeArray theStringParams,
org.mozilla.javascript.NativeArray theObjectParams)
Trigger a plugin.
|
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
public void (JavaScript Function) triggerPlugin(java.lang.String thePluginName, org.mozilla.javascript.NativeArray theStringParams, org.mozilla.javascript.NativeArray theObjectParams)
thePluginName
- The file name of the plugin to trigger (the plugin must check this itself).theStringParams
- The string parameters.theObjectParams
- The object parameters.public boolean (JavaScript Function) triggerActionSecurityPlugin(java.lang.String thePluginName, org.mozilla.javascript.NativeArray theStringParams, org.mozilla.javascript.NativeArray theObjectParams)
thePluginName
- the file name of the plugin, including the extension.theStringParams
- the string parameters.theObjectParams
- the object parameters.Copyright © 2017 MediaBeacon, Inc. All Rights Reserved.