javax > javax.script > javax.script.simplescriptcontext >

Class: javax.script.SimpleScriptContext
    java.lang.Object
       javax.script.SimpleScriptContext


public class SimpleScriptContext extends Object implements ScriptContext


FIELDS:
protected Bindings engineScope
protected Writer errorWriter
protected Bindings globalScope
protected Reader reader
protected Writer writer

CONSTRUCTORS:
public SimpleScriptContext()


METHODS:
public Object getAttribute(String name)
Throws: NullPointerException
Throws: IllegalArgumentException

public Object getAttribute(String name, int scope)
Throws: IllegalArgumentException
Throws: NullPointerException

public int getAttributesScope(String name)
Throws: NullPointerException
Throws: IllegalArgumentException

public Bindings getBindings(int scope)
Throws: IllegalArgumentException

public Writer getErrorWriter()

public Reader getReader()

public List getScopes()

public Writer getWriter()

public Object removeAttribute(String name, int scope)
Throws: IllegalArgumentException
Throws: NullPointerException

public void setAttribute(String name, Object value, int scope)
Throws: IllegalArgumentException
Throws: NullPointerException

public void setBindings(Bindings bindings, int scope)
Throws: IllegalArgumentException
Throws: NullPointerException

public void setErrorWriter(Writer writer)

public void setReader(Reader reader)

public void setWriter(Writer writer)


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net