java.lang.Object | |
↳ | com.sun.script.util.ScriptEngineFactoryBase |
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the full name of the
ScriptEngine . | |||||||||||
Returns the version of the
ScriptEngine . | |||||||||||
Returns the name of the scripting langauge supported by this
ScriptEngine . | |||||||||||
Returns the version of the scripting language supported by this
ScriptEngine . | |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the full name of the ScriptEngine
. For
instance an implementation based on the Mozilla Rhino Javascript engine
might return Rhino Mozilla Javascript Engine.
Returns the version of the ScriptEngine
.
ScriptEngine
implementation version.
Returns the name of the scripting langauge supported by this
ScriptEngine
.
Returns the version of the scripting language supported by this
ScriptEngine
.