|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScriptContext | |
---|---|
javax.script | |
org.apache.bsf.utils.http |
Uses of ScriptContext in javax.script |
---|
Classes in javax.script that implement ScriptContext | |
---|---|
class |
SimpleScriptContext
See Javadoc of Java Scripting API |
Fields in javax.script declared as ScriptContext | |
---|---|
protected ScriptContext |
AbstractScriptEngine.context
|
Methods in javax.script that return ScriptContext | |
---|---|
ScriptContext |
AbstractScriptEngine.getContext()
Returns the default ScriptContext of the ScriptEngine whose Bindings, Readers and Writers are used for script executions when no ScriptContext is specified. |
ScriptContext |
ScriptEngine.getContext()
Returns the default ScriptContext of the ScriptEngine whose Bindings, Readers and Writers are used for script executions when no ScriptContext is specified. |
protected ScriptContext |
AbstractScriptEngine.getScriptContext(Bindings bindings)
Retrieves an instance of ScriptContext with namespaces associated with all the level of scopes and the specified namespace associated with SCRIPT_SCOPE. |
Methods in javax.script with parameters of type ScriptContext | |
---|---|
java.lang.Object |
ScriptEngine.eval(java.io.Reader reader,
ScriptContext context)
Evaluates a script obtained using the specified reader as the script source and using the namespaces in the specifed ScriptContext. |
abstract java.lang.Object |
CompiledScript.eval(ScriptContext context)
Re-evaluates the recompiled script using the specified ScriptContext. |
java.lang.Object |
ScriptEngine.eval(java.lang.String script,
ScriptContext context)
Evaluates a script using the namespaces in the specifed ScriptContext. |
void |
AbstractScriptEngine.setContext(ScriptContext context)
Sets the default ScriptContext of the ScriptEngine whose Bindings, Readers and Writers are used for script executions when no ScriptContext is specified. |
void |
ScriptEngine.setContext(ScriptContext scriptcontext)
Sets the default ScriptContext of the ScriptEngine whose Bindings, Readers and Writers are used for script executions when no ScriptContext is specified. |
Uses of ScriptContext in org.apache.bsf.utils.http |
---|
Subinterfaces of ScriptContext in org.apache.bsf.utils.http | |
---|---|
interface |
HttpScriptContext
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. |
Classes in org.apache.bsf.utils.http that implement ScriptContext | |
---|---|
class |
GenericHttpScriptContext
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |