Uses of Class
htmlcompiler.model.ScriptType
Package | Description |
---|---|
htmlcompiler.compile.js | |
htmlcompiler.model |
-
Uses of ScriptType in htmlcompiler.compile.js
Methods in htmlcompiler.compile.js with parameters of type ScriptType 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)
-
Uses of ScriptType in htmlcompiler.model
Methods in htmlcompiler.model that return ScriptType 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.