Package io.quarkus.qute
Class IncludeSectionHelper
- java.lang.Object
-
- io.quarkus.qute.IncludeSectionHelper
-
- All Implemented Interfaces:
SectionHelper
public class IncludeSectionHelper extends Object implements SectionHelper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIncludeSectionHelper.Factory-
Nested classes/interfaces inherited from interface io.quarkus.qute.SectionHelper
SectionHelper.SectionResolutionContext
-
-
Constructor Summary
Constructors Constructor Description IncludeSectionHelper(Supplier<Template> templateSupplier, Map<String,SectionBlock> extendingBlocks, Map<String,Expression> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<ResultNode>resolve(SectionHelper.SectionResolutionContext context)
-
-
-
Constructor Detail
-
IncludeSectionHelper
public IncludeSectionHelper(Supplier<Template> templateSupplier, Map<String,SectionBlock> extendingBlocks, Map<String,Expression> parameters)
-
-
Method Detail
-
resolve
public CompletionStage<ResultNode> resolve(SectionHelper.SectionResolutionContext context)
- Specified by:
resolvein interfaceSectionHelper- Returns:
- the result node
-
-