mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-09 01:48:34 +00:00
8068462: javax.script.ScriptEngineFactory.getParameter spec is not completely consistent with the rest of the API
Reviewed-by: alanb, jlaskey
This commit is contained in:
parent
65fa012667
commit
498b808fdd
@ -104,14 +104,15 @@ public interface ScriptEngineFactory {
|
||||
* <ul>
|
||||
* <li>ScriptEngine.ENGINE</li>
|
||||
* <li>ScriptEngine.ENGINE_VERSION</li>
|
||||
* <li>ScriptEngine.NAME</li>
|
||||
* <li>ScriptEngine.LANGUAGE</li>
|
||||
* <li>ScriptEngine.LANGUAGE_VERSION</li>
|
||||
* <li>ScriptEngine.NAME</li>
|
||||
* </ul>
|
||||
* <p>
|
||||
* The values for these keys are the Strings returned by <code>getEngineName</code>,
|
||||
* <code>getEngineVersion</code>, <code>getName</code>, <code>getLanguageName</code> and
|
||||
* <code>getLanguageVersion</code> respectively.<br><br>
|
||||
* <code>getEngineVersion</code>, <code>getLanguageName</code>,
|
||||
* <code>getLanguageVersion</code> for the first four keys respectively. For NAME, one of the Strings
|
||||
* returned by <code>getNames</code> is returned.<br><br>
|
||||
* A reserved key, <code><b>THREADING</b></code>, whose value describes the behavior of the engine
|
||||
* with respect to concurrent execution of scripts and maintenance of state is also defined.
|
||||
* These values for the <code><b>THREADING</b></code> key are:<br><br>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user