private NashornScriptEngine engine;
// @PostConstruct
public void init() throws FileNotFoundException, ScriptException {
engine= (NashornScriptEngine) new NashornScriptEngineFactory().getScriptEngine();
engine.eval(new FileReader("asciidoctor-all.js"));
engine.eval(new FileReader("asciidoctor-docbook.js"));
}