Package | Description |
---|---|
org.xul.script.scripts |
Contain classes which manage scripts.
|
org.xul.script.scripts.lang |
Contain classes which manage scripting languages.
|
org.xul.script.scripts.lang.def |
Contain default builder factory classes for scripts.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Class<?>,ScriptLanguageFactory<?>> |
AbstractScriptFactory.langFactories
The ScriptLanguageFactory.
|
Modifier and Type | Method and Description |
---|---|
default ScriptLanguageFactory<?> |
ScriptFactory.createScriptLanguageFactory(short scriptType,
XULDocument document,
org.scripthelper.model.ScriptSource source)
Create the script language factory for a source and a MIME type.
|
ScriptLanguageFactory<?> |
ScriptFactory.createScriptLanguageFactoryImpl(short scriptType,
int countScripts,
org.scripthelper.model.ScriptSource source)
Create the script language factory for a source and a MIME type.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractScriptLanguageFactory<S>
Factory for scripts.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultScriptLanguageFactory
The default script language Factory for scripts.
|
Modifier and Type | Method and Description |
---|---|
ScriptLanguageFactory<?> |
DefaultScriptFactory.createScriptLanguageFactoryImpl(short scriptType,
int countScripts,
org.scripthelper.model.ScriptSource source)
Return the unique ScriptLanguageFactory.
|
Copyright © 2008-2020 Herve Girod. All Rights Reserved. Documentation and source under the LGPL licence