|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScriptFrameworkType | |
|---|---|
| org.clapper.util.scripting | |
| org.clapper.util.scripting.bsf | |
| org.clapper.util.scripting.javax_script | |
| Uses of ScriptFrameworkType in org.clapper.util.scripting |
|---|
| Methods in org.clapper.util.scripting that return ScriptFrameworkType | |
|---|---|
abstract ScriptFrameworkType |
UnifiedScriptEngineManager.getType()
Get the framework type ( ScriptFrameworkType associated with
the UnifiedScriptEngineManager object. |
static ScriptFrameworkType |
ScriptFrameworkType.getTypeFromString(java.lang.String s)
Converts a string to a ScriptFrameworkType value, with the following features: Comparison is case-blind. |
static ScriptFrameworkType |
ScriptFrameworkType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ScriptFrameworkType[] |
ScriptFrameworkType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.clapper.util.scripting with parameters of type ScriptFrameworkType | |
|---|---|
static UnifiedScriptEngineManager |
UnifiedScriptEngineManager.getManager(ScriptFrameworkType type)
Get the script engine manager for a specific underlying scripting framework. |
static UnifiedScriptEngineManager |
UnifiedScriptEngineManager.getManager(ScriptFrameworkType[] types)
Get the UnifiedScriptEngineManager for the first available underlying scripting framework. |
| Uses of ScriptFrameworkType in org.clapper.util.scripting.bsf |
|---|
| Methods in org.clapper.util.scripting.bsf that return ScriptFrameworkType | |
|---|---|
ScriptFrameworkType |
BSFScriptEngineManager.getType()
Get the framework type ( ScriptFrameworkType associated with
the UnifiedScriptEngineManager object. |
| Uses of ScriptFrameworkType in org.clapper.util.scripting.javax_script |
|---|
| Methods in org.clapper.util.scripting.javax_script that return ScriptFrameworkType | |
|---|---|
ScriptFrameworkType |
JavaxScriptEngineManager.getType()
Get the framework type ( ScriptFrameworkType associated with
the UnifiedScriptEngineManager object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||