扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.script接口scriptcontext的类成员方法: getbindings定义及介绍
发布时间:2014-2-18
本文导语:
getbindings
bindings getbindings(int scope)
获取与此 scriptcontext 中的给定范围关联的 bindings。
返回:关联的 bindings。如果尚未设置,则返回 null。
抛出:
illegalargumentexception - 如果没有为此类型的 scriptcontext 中的指定范围值定义 binding...