public class Parameters extends MBScriptableObject implements org.mozilla.javascript.Wrapper
Constructor and Description |
---|
Parameters() |
Modifier and Type | Method and Description |
---|---|
void |
jsConstructor() |
java.lang.Object |
(JavaScript Function) get(java.lang.Object theParameterName)
Returns the value for the specified parameter name, or null if there is no parameter with that name.
|
org.mozilla.javascript.NativeArray |
(JavaScript Function) getParameterNames()
Returns an array of the parameter names.
|
void |
(JavaScript Function) put(java.lang.Object theKey,
java.lang.String theValue) |
org.mozilla.javascript.NativeArray |
(JavaScript Getter) parameterArray()
Deprecated.
|
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 jsConstructor()
@Deprecated public org.mozilla.javascript.NativeArray (JavaScript Getter) parameterArray()
public void (JavaScript Function) put(java.lang.Object theKey, java.lang.String theValue)
public org.mozilla.javascript.NativeArray (JavaScript Function) getParameterNames()
public java.lang.Object (JavaScript Function) get(java.lang.Object theParameterName)
theParameterName
- the parameter nameCopyright © 2017 MediaBeacon, Inc. All Rights Reserved.