Uses of Class
htmlflow.StaticHtml
-
Packages that use StaticHtml Package Description htmlflow -
-
Uses of StaticHtml in htmlflow
Methods in htmlflow that return StaticHtml Modifier and Type Method Description static StaticHtmlStaticHtml. view()static StaticHtmlStaticHtml. view(PrintStream out)static StaticHtmlStaticHtml. view(PrintStream out, Consumer<StaticHtml> template)static StaticHtmlStaticHtml. view(Consumer<StaticHtml> template)Method parameters in htmlflow with type arguments of type StaticHtml Modifier and Type Method Description static StaticHtmlStaticHtml. view(PrintStream out, Consumer<StaticHtml> template)static StaticHtmlStaticHtml. view(Consumer<StaticHtml> template)
-