Indicates that this ScriptConduit is used for control-flow and will
probably not actually convey the script, but does need to tell someone
else about it
Removes the registry entry for the given key (either directly or using
the precalculated key.toString() value) from a registry object if
the registered value is identical to creator.
Perform the following replacements:
& to +
< to \\u2039 (?) (?)
> to \\u203A (?) (?)
' to \\u2018 (?) (?)
" to \\u201C (?) (?)
These replacements are useful when readibility is more important than
retaining the exact character string of the original.
The request made by the browser which consists of a number of function call
requests and some associated information like the request mode (XHR or
iframe).
Reply is a read-only POJO to encapsulate the information required to make a
single java call, including the result of the call (either returned data or
exception).