| Frames | No Frames | |
Classes implementing javax.script.ScriptContext | |
| class | The GenericScriptContext is a simple implementation of ScriptContext. |
Methods with parameter type javax.script.ScriptContext | |
| Object | Evaluates a script obtained using the specified reader as the
script source and using the namespaces in the specifed
ScriptContext. |
| Object | Evaluates a script using the namespaces in the specifed
ScriptContext. |
| Object | Re-evaluates the recompiled script using the specified
ScriptContext. |
| void | Set a new context. |
| void | Set the default ScriptContext
|
Methods with return type javax.script.ScriptContext | |
| ScriptContext | Return the script context. |
| ScriptContext | |
Classes implementing javax.script.ScriptContext | |
| class | A custom ScriptContext, keeps a ContextFactory and a HttpProxy. |
Classes implementing javax.script.ScriptContext | |
| class | This class implements a simple script context for PHP. |
| class | A simple ScriptContext which can be used in servlet environments. |
Methods with parameter type javax.script.ScriptContext | |
| ContextFactory | Add the PhpScriptContext
|
| Object | |
| Object | |
| Object | |