| Package | Description |
|---|---|
| htmlcompiler.compile.js | |
| htmlcompiler.model |
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String |
JsCompiler.compileJavascriptCode(ScriptType type,
java.io.File file,
java.lang.String code) |
|
static java.lang.String |
JsCompiler.compileJavascriptFile(ScriptType type,
java.io.File file) |
| Modifier and Type | Method | Description |
|---|---|---|
static ScriptType |
ScriptType.toJavascriptType(java.io.File file) |
|
static ScriptType |
ScriptType.toJavascriptType(java.lang.String filename) |
|
static ScriptType |
ScriptType.valueOf(java.lang.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 © 2018. All rights reserved.