Package htmlflow.continuations
Class HtmlContinuationSyncStatic
java.lang.Object
htmlflow.continuations.HtmlContinuation
htmlflow.continuations.HtmlContinuationSync
htmlflow.continuations.HtmlContinuationSyncStatic
HtmlContinuation for a static HTML block.
-
Field Summary
Fields inherited from class htmlflow.continuations.HtmlContinuation
next -
Constructor Summary
ConstructorsConstructorDescriptionHtmlContinuationSyncStatic(String staticHtmlBlock, HtmlVisitor visitor, HtmlContinuation next) Sets indentation to -1 to inform that visitor should continue with previous indentation. -
Method Summary
Modifier and TypeMethodDescriptioncopy(HtmlVisitor v) Creates a copy of this HtmlContinuation with a new visitorprotected final voidHook method to emit HTML.Methods inherited from class htmlflow.continuations.HtmlContinuationSync
executeMethods inherited from class htmlflow.continuations.HtmlContinuation
getNext
-
Constructor Details
-
HtmlContinuationSyncStatic
public HtmlContinuationSyncStatic(String staticHtmlBlock, HtmlVisitor visitor, HtmlContinuation next) Sets indentation to -1 to inform that visitor should continue with previous indentation. The isClosed is useless because it just writes what it is in its staticHtmlBlock.
-
-
Method Details
-
emitHtml
Description copied from class:HtmlContinuationSyncHook method to emit HTML.- Specified by:
emitHtmlin classHtmlContinuationSync
-
copy
Description copied from class:HtmlContinuationCreates a copy of this HtmlContinuation with a new visitor- Specified by:
copyin classHtmlContinuation
-