Package htmlflow.continuations
Class HtmlContinuationAsyncTerminationNode
java.lang.Object
htmlflow.continuations.HtmlContinuation
htmlflow.continuations.HtmlContinuationAsyncTerminationNode
- Author:
- Pedro Fialho
-
Field Summary
Fields inherited from class htmlflow.continuations.HtmlContinuation
next -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy(HtmlVisitor visitor) Creates a copy of this HtmlContinuation with a new visitorvoidExecutes this continuation and calls the next one if exist.Methods inherited from class htmlflow.continuations.HtmlContinuation
getNext
-
Constructor Details
-
HtmlContinuationAsyncTerminationNode
-
-
Method Details
-
execute
Description copied from class:HtmlContinuationExecutes this continuation and calls the next one if exist.- Specified by:
executein classHtmlContinuation
-
copy
Description copied from class:HtmlContinuationCreates a copy of this HtmlContinuation with a new visitor- Specified by:
copyin classHtmlContinuation
-