Uses of Class
org.webharvest.runtime.scripting.ScriptingLanguage
-
Packages that use ScriptingLanguage Package Description org.webharvest.definition org.webharvest.deprecated.runtime org.webharvest.runtime org.webharvest.runtime.scripting org.webharvest.runtime.templaters -
-
Uses of ScriptingLanguage in org.webharvest.definition
Methods in org.webharvest.definition that return ScriptingLanguage Modifier and Type Method Description ScriptingLanguage
ConfigDef. getScriptingLanguage()
Returns defaultScriptingLanguage
for current configuration. -
Uses of ScriptingLanguage in org.webharvest.deprecated.runtime
Methods in org.webharvest.deprecated.runtime that return ScriptingLanguage Modifier and Type Method Description ScriptingLanguage
ScraperContext10. getScriptingLanguage()
Deprecated.Methods in org.webharvest.deprecated.runtime with parameters of type ScriptingLanguage Modifier and Type Method Description void
ScraperContext10. setScriptingLanguage(ScriptingLanguage language)
Deprecated. -
Uses of ScriptingLanguage in org.webharvest.runtime
Methods in org.webharvest.runtime that return ScriptingLanguage Modifier and Type Method Description ScriptingLanguage
DynamicScopeContext. getScriptingLanguage()
Deprecated.ScriptingLanguage
ScraperContext. getScriptingLanguage()
Deprecated.Methods in org.webharvest.runtime with parameters of type ScriptingLanguage Modifier and Type Method Description void
DynamicScopeContext. setScriptingLanguage(ScriptingLanguage language)
Deprecated.void
ScraperContext. setScriptingLanguage(ScriptingLanguage language)
Deprecated. -
Uses of ScriptingLanguage in org.webharvest.runtime.scripting
Methods in org.webharvest.runtime.scripting that return ScriptingLanguage Modifier and Type Method Description ScriptingLanguage
ScriptSource. getLanguage()
static ScriptingLanguage
ScriptingLanguage. recognize(String name)
static ScriptingLanguage
ScriptingLanguage. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScriptingLanguage[]
ScriptingLanguage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.webharvest.runtime.scripting with parameters of type ScriptingLanguage Constructor Description ScriptSource(String sourceCode, ScriptingLanguage language)
-
Uses of ScriptingLanguage in org.webharvest.runtime.templaters
Methods in org.webharvest.runtime.templaters with parameters of type ScriptingLanguage Modifier and Type Method Description static String
BaseTemplater. evaluateToString(String source, ScriptingLanguage language, DynamicScopeContext context)
static Variable
BaseTemplater. evaluateToVariable(String source, ScriptingLanguage language, DynamicScopeContext context)
-