Package htmlflow.continuations
Class HtmlContinuationSyncCloseAndIndent
java.lang.Object
htmlflow.continuations.HtmlContinuation
htmlflow.continuations.HtmlContinuationSync
htmlflow.continuations.HtmlContinuationSyncCloseAndIndent
- Author:
- Pedro Fialho
-
Field Summary
Fields inherited from class htmlflow.continuations.HtmlContinuation
next -
Constructor Summary
ConstructorsConstructorDescriptionHtmlContinuationSyncCloseAndIndent(HtmlVisitor visitor, HtmlContinuation next) Sets indentation to -1 to inform that visitor should continue with previous indentation. -
Method Summary
Modifier and TypeMethodDescriptioncopy(HtmlVisitor visitor) 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
-
HtmlContinuationSyncCloseAndIndent
Sets indentation to -1 to inform that visitor should continue with previous indentation. The isClosed is useless here. -
HtmlContinuationSyncCloseAndIndent
-
-
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
-