| Package | Description |
|---|---|
| htmlcompiler.compile.js | |
| htmlcompiler.model |
| Modifier and Type | Method and Description |
|---|---|
static String |
JsCompiler.compileJavascriptCode(ScriptType type,
File file,
String code) |
static String |
JsCompiler.compileJavascriptFile(ScriptType type,
File file) |
| Modifier and Type | Method and Description |
|---|---|
static ScriptType |
ScriptType.toJavascriptType(File file) |
static ScriptType |
ScriptType.toJavascriptType(String filename) |
static ScriptType |
ScriptType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptType[] |
ScriptType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.