Example usage for Java javax.script SimpleScriptContext fields, constructors, methods, implement or subclass
The text is from its open source code.
SimpleScriptContext() Create a SimpleScriptContext . |
void | setBindings(Bindings bindings, int scope) Sets a Bindings of attributes for the given scope. |
void | setErrorWriter(Writer writer) |
void | setReader(Reader reader) |
void | setWriter(Writer writer) |