Package de.samply.reporter.script
Class ThymeleafEngine
java.lang.Object
de.samply.reporter.script.ScriptEngineImpl
de.samply.reporter.script.ThymeleafEngine
- All Implemented Interfaces:
ScriptEngine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateCellContext(Script script, CellStyleContext cellStyleContext, Context context) generateRawResult(Script script, Context context) Methods inherited from class de.samply.reporter.script.ScriptEngineImpl
fetchRandomFilename, removeUnnecessaryEmptyLines
-
Constructor Details
-
ThymeleafEngine
public ThymeleafEngine()
-
-
Method Details
-
getScriptFramework
-
generateRawResult
- Specified by:
generateRawResultin interfaceScriptEngine- Overrides:
generateRawResultin classScriptEngineImpl- Throws:
ScriptEngineException
-
generateCellContext
public CellContext generateCellContext(Script script, CellStyleContext cellStyleContext, Context context)
-