All Classes and Interfaces

Class
Description
Defines most of the implementation for a typical visitor of a JSoup node that converts the HTML source code into a Java class except the storage managed by the appendable
Default implementation of the visitor of a JSoup node that converts the HTML source code into a Java class, it uses a StringBuilder to append the content of the Java class.
Main class of the flowifier used to convert a whole document or the content of a node into a Java class
Base class for a linked list of nodes, corresponding to HtmlContinuation objects.
HtmlContinuationAsync<E extends org.xmlet.htmlapifaster.Element,T>
HtmlContinuation for an asynchronous block (i.e.
 
 
 
HtmlContinuationSyncDynamic<E extends org.xmlet.htmlapifaster.Element,T>
HtmlContinuation for a dynamic block (i.e.
HtmlContinuation for a static HTML block.
Static Html view.
This is the implementation of the ElementVisitor (from HtmlApiFaster library) that emits HTML immediately with no optimizations.
Factory to create HtmlDoc or HtmlView instances corresponding to static HTMl pages or dynamic pages.
 
The root container for HTML elements.
The model of type T is obtained from view's render() method and passed to dynamic blocks.
Visitor of a JSoup node that converts the HTML source code into a Java class
Dynamic views can be bound to a Model object.
Dynamic views can be bound to a domain object within an asynchronous context with the usage of Publisher.
This is the base implementation of the ElementVisitor (from HtmlApiFaster library).
 
This is the base implementation of the ElementVisitor (from HtmlApiFaster library).
This visitor is used to make a preprocessing resolution of an HtmlTemplate.