public class VariableDelegator
extends org.mozilla.javascript.Delegator
VariableDelegator is in charge of inserting BPEL variables
into the JS/E4X context.| Constructor and Description |
|---|
VariableDelegator(org.mozilla.javascript.Scriptable obj,
ExtensionContext ectx,
org.mozilla.javascript.Context sctx) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(java.lang.String name,
org.mozilla.javascript.Scriptable start) |
org.mozilla.javascript.Scriptable |
getParentScope() |
boolean |
has(java.lang.String name,
org.mozilla.javascript.Scriptable start) |
void |
put(java.lang.String name,
org.mozilla.javascript.Scriptable start,
java.lang.Object value) |
void |
writeVariables() |
public VariableDelegator(org.mozilla.javascript.Scriptable obj,
ExtensionContext ectx,
org.mozilla.javascript.Context sctx)
public java.lang.Object get(java.lang.String name,
org.mozilla.javascript.Scriptable start)
get in interface org.mozilla.javascript.Scriptableget in class org.mozilla.javascript.Delegatorpublic boolean has(java.lang.String name,
org.mozilla.javascript.Scriptable start)
has in interface org.mozilla.javascript.Scriptablehas in class org.mozilla.javascript.Delegatorpublic 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.Delegatorpublic org.mozilla.javascript.Scriptable getParentScope()
getParentScope in interface org.mozilla.javascript.ScriptablegetParentScope in class org.mozilla.javascript.Delegatorpublic void writeVariables()
throws FaultException,
ExternalVariableModuleException
Copyright © 2021 WSO2. All Rights Reserved.