Package htmlflow.continuations
package htmlflow.continuations
-
ClassesClassDescriptionBase 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.