Uses of Class
com.github.t1.bulmajava.basic.Html
Packages that use Html
-
Uses of Html in com.github.t1.bulmajava.basic
Methods in com.github.t1.bulmajava.basic that return HtmlModifier and TypeMethodDescriptionHtml.body(Renderable content) Html.body(Function<AbstractElement<?>, AbstractElement<?>> function) Html.content(Renderable content) Html.head(Renderable content) Html.head(Function<AbstractElement<?>, AbstractElement<?>> function) static HtmlIt generally makes sense to give the html head a title; if you really don't want it, passnull.Html.javaScript(String src) Html.javaScriptCode(String code) Add ascriptheader element withtype="application/javascript, and the script code you provide indented to the current level.Html.stylesheet(String href)