| Modifier and Type | Method and Description |
|---|---|
JavascriptEngine |
JavascriptEngine.Builder.build() |
protected void |
JavascriptEngine.compile() |
protected void |
Engine.compile() |
protected void |
Engine.init(Collection<Rule> rules)
handles the initialisation
|
| Constructor and Description |
|---|
Engine(Collection<Rule> rules,
boolean throwExceptionIfCompilationFails) |
Engine(Collection<Rule> rules,
String inputName,
boolean throwExceptionIfCompilationFails)
|
Engine(Collection<Rule> rules,
String inputName,
boolean throwExceptionIfCompilationFails,
Integer poolSize,
String[] javascriptFilesToLoad) |
JavascriptEngine(Collection<Rule> rules,
boolean throwExceptionIfCompilationFails,
String... javascriptFilesToLoad)
Creates the engine with a pool size of .
|
JavascriptEngine(Collection<Rule> rules,
String inputName,
boolean throwExceptionIfCompilationFails,
Integer poolSize,
boolean preloadPool,
String... javascriptFilesToLoad)
See {@link #JavascriptEngine(Collection, boolean, String...)
|
Copyright © 2017 Ant Kutschera. All rights reserved.