Uses of Class
htmlflow.HtmlView
Packages that use HtmlView
-
Uses of HtmlView in htmlflow
Modifier and TypeMethodDescriptionprotected final HtmlViewHtmlView.clone(Supplier<HtmlVisitor> visitorSupplier, boolean threadSafe) Since HtmlView is immutable this is the preferred way to create a copy of the existing HtmlView instance with a different threadSafe state.final HtmlViewHtmlView.setIndented(boolean isIndented) Returns a new instance of HtmlFlow with the same properties of this object but with indented set to the value of isIndented parameter.HtmlView.setOut(Appendable out) HtmlView.threadSafe()static HtmlViewHtmlFlow.view(HtmlTemplate template) Creates a HtmlView corresponding to a dynamic HtmlPage with a model.static HtmlViewHtmlFlow.view(Appendable out, HtmlTemplate template) Creates a HtmlView corresponding to a dynamic HtmlPage with a model.