Package htmlflow
-
Interface Summary Interface Description HtmlTemplate<T> HtmlWriter<T> Writes HTML content into aPrintStream. -
Class Summary Class Description DynamicHtml<T> Dynamic views can be bound to a domain object.HtmlView<T> The root container for HTML elements.HtmlVisitorCache This is the base implementation of the ElementVisitor (from HtmlApiFaster library) which collects information about visited Html elements of a HtmlView.HtmlVisitorPrintStream HtmlVisitorStringBuilder This is the implementation of the ElementVisitor (from HtmlApiFaster library) which uses an internal StringBuilder to collect information about visited Html elements of a HtmlView.StaticHtml Static Html view.