Package de.samply.reporter.script
Interface ScriptEngine
- All Known Implementing Classes:
GroovyTemplatesEngine,ScriptEngineImpl,ThymeleafEngine
public interface ScriptEngine
-
Method Summary
Modifier and TypeMethodDescriptiongenerateCellContext(Script script, CellStyleContext cellStyleContext, Context context) generateRawResult(Script script, Context context)
-
Method Details
-
getScriptFramework
ScriptFramework getScriptFramework() -
generateRawResult
- Throws:
ScriptEngineException
-
generateCellContext
CellContext generateCellContext(Script script, CellStyleContext cellStyleContext, Context context) throws ScriptEngineException - Throws:
ScriptEngineException
-