| 软件包 | 描述 | 
|---|---|
| javax.script | 
           脚本API由定义Java 
          TM脚本引擎的接口和类组成,并为Java 
          应用程序中的使用提供了一个框架。 
          | 
| Class and Description | 
|---|
| Bindings 
           键/值对的映射,所有键的键均为 
           Strings。 | 
| CompiledScript 
           由存储编译结果的类扩展。 
          | 
| ScriptContext 
           该接口的实现类用于将脚本引擎与对象(如作用域绑定)连接在托管应用程序中。 
          | 
| ScriptEngine ScriptEngine是基本接口,其方法必须在本规范的每个实现中都具有完整的功能。 | 
| ScriptEngineFactory ScriptEngineFactory用于描述和实例化ScriptEngines。 | 
| ScriptException 
           The generic 
           异常class for the Scripting APIs. | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.