| Frames | No Frames | |
Classes implementing javax.script.Bindings | |
| class | SimpleNamespace is an implementation of Namespace using an
instance of java.util.HashMap or another Map passed in a
constructor to store and expose key-pair values. |
Constructors with parameter type javax.script.Bindings | |
Constructs a ScriptEngine using the specified namespace as its
ENGINE_SCOPE. | |
Methods with parameter type javax.script.Bindings | |
| Object | Evaluates a piece of scripts obtained using a reader as the
script source and using the specified namespace as the
SCRIPT_SCOPE. |
| Object | Evaluates a piece of scripts obtained using a reader as the
script source and using the specified namespace as the
SCRIPT_SCOPE. |
| Object | Evaluates a piece of script using the specified namespace as
its SCRIPT_SCOPE. |
| Object | Evaluates a piece of script using the specified namespace as
the SCRIPT_SCOPE. |
| 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. |
| void | Sets the GLOBAL_SCOPE value to the specified namespace. |
| void | Associates a namespace with a specified level of scope. |
| void | Associates the specified namespace with the specified scope. |
| void | Associates the specified namespace with the specified level of
scope. |
| void | Associates the specified namespace with specified level of
scope. |
Methods with return type javax.script.Bindings | |
| Bindings | Retrieves an uninitailized namespace which can be used as the scope of
the ScriptEngine. |
| Bindings | Retrieves the namespace corresponds to GLOBAL_SCOPE. |
| Bindings | AbstractScriptEngine.getBindings(int scope) Retrieves a reference to the associated namespace for the
specified level of scope. |
| Bindings | ScriptContext.getBindings(int scope) Retrieves the Namespace instance associated with the gieve
scope. |
| Bindings | ScriptEngine.getBindings(int scope) Retrieves a reference to the associated namespace for the
specified level of scope. |
| Bindings | SimpleScriptContext.getBindings(int scope) Retrieves the Namespace instance associated with the specified
level of scope. |
Methods with return type javax.script.Bindings | |
| Bindings | |