| Package | Description |
|---|---|
| org.webharvest.definition | |
| org.webharvest.runtime | |
| org.webharvest.runtime.processors | |
| org.webharvest.runtime.scripting | |
| org.webharvest.runtime.templaters |
| Modifier and Type | Method and Description |
|---|---|
ScriptEngine |
ScraperConfiguration.createScriptEngine(Map context) |
ScriptEngine |
ScraperConfiguration.createScriptEngine(Map context,
String engineType) |
| Modifier and Type | Method and Description |
|---|---|
ScriptEngine |
Scraper.getScriptEngine() |
ScriptEngine |
Scraper.getScriptEngine(String engineType) |
| Modifier and Type | Method and Description |
|---|---|
ScriptEngine |
CallProcessor.getScriptEngine() |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanShellScriptEngine
BeanShell scripting engine.
|
class |
GroovyScriptEngine
Groovy scripting engine.
|
class |
JavascriptScriptEngine
javascript scripting engine based on Rhino.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
BaseTemplater.execute(String source,
ScriptEngine scriptEngine) |
Copyright © 2022 WSO2. All rights reserved.