Uses of Interface
htmlflow.HtmlWriter
-
Packages that use HtmlWriter Package Description htmlflow -
-
Uses of HtmlWriter in htmlflow
Classes in htmlflow that implement HtmlWriter Modifier and Type Class Description classDynamicHtml<T>Dynamic views can be bound to a domain object.classHtmlView<T>The root container for HTML elements.classStaticHtmlStatic Html view.Methods in htmlflow that return HtmlWriter Modifier and Type Method Description HtmlWriter<T>HtmlView. setPrintStream(PrintStream out)Returns a new instance of HtmlView with the same properties of this object but with a new HtmlVisitorCache set with the out PrintStream parameter.HtmlWriter<T>HtmlWriter. setPrintStream(PrintStream out)Sets the current PrintStream.
-