Package io.quarkus.qute
Class WithSectionHelper
- java.lang.Object
-
- io.quarkus.qute.WithSectionHelper
-
- All Implemented Interfaces:
SectionHelper
public class WithSectionHelper extends Object implements SectionHelper
Basicwith
statement.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WithSectionHelper.Factory
-
Nested classes/interfaces inherited from interface io.quarkus.qute.SectionHelper
SectionHelper.SectionResolutionContext
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<ResultNode>
resolve(SectionHelper.SectionResolutionContext context)
-
-
-
Method Detail
-
resolve
public CompletionStage<ResultNode> resolve(SectionHelper.SectionResolutionContext context)
- Specified by:
resolve
in interfaceSectionHelper
- Returns:
- the result node
-
-