Package htmlflow.continuations
Class HtmlContinuationSync
java.lang.Object
htmlflow.continuations.HtmlContinuation
htmlflow.continuations.HtmlContinuationSync
- Direct Known Subclasses:
HtmlContinuationSyncCloseAndIndent,HtmlContinuationSyncDynamic,HtmlContinuationSyncStatic
-
Field Summary
Fields inherited from class htmlflow.continuations.HtmlContinuation
next -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedHtmlContinuationSync(int currentDepth, boolean isClosed, HtmlVisitor visitor, HtmlContinuation next) -
Method Summary
Methods inherited from class htmlflow.continuations.HtmlContinuation
copy, getNext
-
Constructor Details
-
HtmlContinuationSync
protected HtmlContinuationSync(int currentDepth, boolean isClosed, HtmlVisitor visitor, HtmlContinuation next) - Parameters:
currentDepth- Indentation depth associated to this block.isClosed-visitor-next-
-
-
Method Details
-
execute
Executes this continuation and calls the next one if exist.- Specified by:
executein classHtmlContinuation- Parameters:
model-
-
emitHtml
Hook method to emit HTML.- Parameters:
model-
-