Re-evaluates the pre-compiled script stored using the
ENGINE_SCOPE and the GLOBAL_SCOPE of the associated
ScriptEngine and returns the resultant object.
Re-evaluates the pre-compiled script using the specified
namespace as the SCRIPT_SCOPE and using ENGINE_SCOPE,
GLOBAL_SCOPE of the associated ScriptEngine.
Returns the default ScriptContext of the ScriptEngine whose Bindings, Readers
and Writers are used for script executions when no ScriptContext is specified.
Returns the default ScriptContext of the ScriptEngine whose Bindings, Readers
and Writers are used for script executions when no ScriptContext is specified.
Retrieves an array of Strings which are file extensions
tipically used for files containing scripts written in the
language supported by the ScriptEngine.
Retrieves an instance of java class whose methods are
impelemented using procedures in script which are in the
intermediate code repository in the underlying interpreter.
Retrieves an instance of ScriptContext with namespaces
associated with all the level of scopes and the specified
namespace associated with SCRIPT_SCOPE.
HttpScriptContext is a subinteface of ScriptContext which is used
to connect a ScriptEngine and implicit objects form a servlet
container to for a single request.
Constructs a new exception with the spcified detailed message
of cause, the file name of the source of script and the line
number of the script where the error has occured.
Constructs a new exception using the detailed message of
cause, file name which contains the script, line number and
column number in which the error has occured.
Sets the default ScriptContext of the ScriptEngine whose Bindings, Readers and
Writers are used for script executions when no ScriptContext is specified.
Sets the default ScriptContext of the ScriptEngine whose Bindings, Readers and
Writers are used for script executions when no ScriptContext is specified.
Retrieves a boolean value which indicates whether the
HttpSession associated with the current request is exposed in
SESSION_SCOPE attribute and in the HttpScriptRequest.
Utility for converting between Java representations of XML such DOM nodes,
StAX streams, or Axiom OMElements, into script language representations such
as JavaScript E4X, Ruby ReXML, or Python ElementTree.