Uses of Class
htmlcompiler.pojos.compile.ScriptBag
| Package | Description |
|---|---|
| htmlcompiler.pojos.compile | |
| htmlcompiler.tags.jsoup | |
| htmlcompiler.tags.neko |
-
Uses of ScriptBag in htmlcompiler.pojos.compile
-
Uses of ScriptBag in htmlcompiler.tags.jsoup
Methods in htmlcompiler.tags.jsoup with parameters of type ScriptBag Modifier and Type Method Description static TagVisitorBody. newBodyVisitor(ScriptBag scripts)static TagVisitorHead. newHeadVisitor(ScriptBag scripts)static TagVisitorScript. newScriptVisitor(Logger log, JsoupCompiler html, ScriptBag scripts) -
Uses of ScriptBag in htmlcompiler.tags.neko
Methods in htmlcompiler.tags.neko with parameters of type ScriptBag Modifier and Type Method Description static TagProcessorBody. newBodyProcessor(ScriptBag scripts)static TagProcessorHead. newHeadProcessor(ScriptBag scripts)static TagProcessorScript. newScriptProcessor(Logger log, NekoCompiler html, simplexml.SimpleXml xml, ScriptBag scripts)