public abstract class JavaScriptBasedContentHandler extends Object implements ContentHandler
ContentHandler
implementations which rely on JavaScript.Modifier and Type | Field and Description |
---|---|
protected String |
scriptEngine
Can be used to tweak the scripting engine used.
|
Constructor and Description |
---|
JavaScriptBasedContentHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
execute(Generator generator)
Executes the template as JavaScript code
|
protected ScriptEngine |
getEngine()
Returns a JavaScript engine as selected by the config key content.script-engine
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generate
protected String scriptEngine
protected ScriptEngine getEngine()
Copyright © 2018. All rights reserved.