Uses of Class
htmlcompiler.compile.HtmlCompiler
| Package | Description |
|---|---|
| htmlcompiler.compile | |
| htmlcompiler.compile.tags | |
| htmlcompiler.tools |
-
Uses of HtmlCompiler in htmlcompiler.compile
Methods in htmlcompiler.compile with parameters of type HtmlCompiler Modifier and Type Method Description static TemplateThenCompileTemplateThenCompile. newTemplateThenCompile(Map<String,TemplateEngine> templates, RenameFile renamer, HtmlCompiler html) -
Uses of HtmlCompiler in htmlcompiler.compile.tags
Methods in htmlcompiler.compile.tags with parameters of type HtmlCompiler Modifier and Type Method Description static TagProcessorImage. newImageProcessor(HtmlCompiler html)static TagProcessorImport. newImportProcessor(HtmlCompiler html)static TagProcessorInclude. newIncludeProcessor(HtmlCompiler html)static TagProcessorLink. newLinkProcessor(HtmlCompiler html, Logger log)static TagProcessorScript. newScriptProcessor(Logger log, HtmlCompiler html, simplexml.SimpleXml xml, ScriptBag scripts) -
Uses of HtmlCompiler in htmlcompiler.tools
Methods in htmlcompiler.tools with parameters of type HtmlCompiler Modifier and Type Method Description static voidHTML. addIntegrityAttributes(Element element, String url, File file, HtmlCompiler html, Logger log)static ElementHTML. loadHtml(HtmlCompiler html, File location)static ElementHTML. newElementOf(Document document, File location, HtmlCompiler compiler)