Class HtmlContinuationSync

java.lang.Object
htmlflow.continuations.HtmlContinuation
htmlflow.continuations.HtmlContinuationSync
Direct Known Subclasses:
HtmlContinuationSyncCloseAndIndent, HtmlContinuationSyncDynamic, HtmlContinuationSyncStatic

public abstract class HtmlContinuationSync extends HtmlContinuation
  • 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

      public final void execute(Object model)
      Executes this continuation and calls the next one if exist.
      Specified by:
      execute in class HtmlContinuation
      Parameters:
      model -
    • emitHtml

      protected abstract void emitHtml(Object model)
      Hook method to emit HTML.
      Parameters:
      model -