in src/main/java/org/apache/sling/scripting/thymeleaf/internal/ThymeleafScriptEngine.java [46:49]
public ThymeleafScriptEngine(final ThymeleafScriptEngineFactory thymeleafScriptEngineFactory) {
super(thymeleafScriptEngineFactory);
this.thymeleafScriptEngineFactory = thymeleafScriptEngineFactory;
}