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.StringJsCompiler. compileJavascriptCode(ScriptType type, java.io.File file, java.lang.String code)static java.lang.StringJsCompiler. 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 ScriptTypeScriptType. toJavascriptType(java.io.File file)static ScriptTypeScriptType. toJavascriptType(java.lang.String filename)static ScriptTypeScriptType. 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.