Uses of Class
htmlcompiler.error.UnrecognizedFileType
| Package | Description |
|---|---|
| htmlcompiler.compile.css | |
| htmlcompiler.compile.js | |
| htmlcompiler.model |
-
Uses of UnrecognizedFileType in htmlcompiler.compile.css
Methods in htmlcompiler.compile.css that throw UnrecognizedFileType Modifier and Type Method Description static java.lang.StringCssCompiler. compileCssCode(StyleType name, java.lang.String code)static java.lang.StringCssCompiler. compileCssFile(java.io.File file) -
Uses of UnrecognizedFileType in htmlcompiler.compile.js
Methods in htmlcompiler.compile.js that throw UnrecognizedFileType 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)static java.lang.StringJsCompiler. compileJavascriptFile(java.io.File file) -
Uses of UnrecognizedFileType in htmlcompiler.model
Methods in htmlcompiler.model that throw UnrecognizedFileType Modifier and Type Method Description static FileTypeFileType. detectType(java.lang.String filename)static ScriptTypeScriptType. toJavascriptType(java.io.File file)static ScriptTypeScriptType. toJavascriptType(java.lang.String filename)static StyleTypeStyleType. toStyleType(java.io.File file)static StyleTypeStyleType. toStyleType(java.lang.String filename)