扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.script接口scriptcontext的类成员方法: getattributesscope定义及介绍
发布时间:2014-2-18
本文导语:
getattributesscope
int getattributesscope(string name)
获取定义了某个属性的最小范围。
参数:name - 属性的名称。
返回:最小范围。如果在任何范围内都没有定义具有给定名称的属性,则返回 -1。
抛出:
nullpointerexception - 如果 name 为 ...