类 BeetlScriptContext
java.lang.Object
org.beetl.core.script.BeetlScriptContext
- 所有已实现的接口:
ScriptContext
-
字段概要
从接口继承的字段 javax.script.ScriptContext
ENGINE_SCOPE, GLOBAL_SCOPE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getAttribute(String name) getAttribute(String name, int scope) intgetAttributesScope(String name) getBindings(int scope) removeAttribute(String name, int scope) voidsetAttribute(String name, Object value, int scope) voidsetBindings(Bindings bindings, int scope) voidsetErrorWriter(Writer writer) voidvoid
-
构造器详细资料
-
BeetlScriptContext
public BeetlScriptContext()
-
-
方法详细资料
-
setBindings
- 指定者:
setBindings在接口中ScriptContext
-
getBindings
- 指定者:
getBindings在接口中ScriptContext
-
setAttribute
- 指定者:
setAttribute在接口中ScriptContext
-
getAttribute
- 指定者:
getAttribute在接口中ScriptContext
-
removeAttribute
- 指定者:
removeAttribute在接口中ScriptContext
-
getAttribute
- 指定者:
getAttribute在接口中ScriptContext
-
getAttributesScope
- 指定者:
getAttributesScope在接口中ScriptContext
-
getWriter
- 指定者:
getWriter在接口中ScriptContext
-
getErrorWriter
- 指定者:
getErrorWriter在接口中ScriptContext
-
setWriter
- 指定者:
setWriter在接口中ScriptContext
-
setErrorWriter
- 指定者:
setErrorWriter在接口中ScriptContext
-
getReader
- 指定者:
getReader在接口中ScriptContext
-
setReader
- 指定者:
setReader在接口中ScriptContext
-
getScopes
- 指定者:
getScopes在接口中ScriptContext
-