java.lang.Object
io.quarkus.qute.IncludeSectionHelper
- All Implemented Interfaces:
SectionHelper
- Direct Known Subclasses:
UserTagSectionHelper
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface io.quarkus.qute.SectionHelper
SectionHelper.SectionResolutionContext -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Map<String, SectionBlock> protected final booleanprotected final Map<String, Expression> protected final io.quarkus.qute.IncludeSectionHelper.TemplateSupplier -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddAdditionalEvaluatedParams(SectionHelper.SectionResolutionContext context, Map<String, Object> evaluatedParams) booleanprotected boolean
-
Field Details
-
templateSupplier
protected final io.quarkus.qute.IncludeSectionHelper.TemplateSupplier templateSupplier -
extendingBlocks
-
parameters
-
isIsolated
protected final boolean isIsolated
-
-
Method Details
-
resolve
- Specified by:
resolvein interfaceSectionHelper- Parameters:
context-- Returns:
- the result node
-
getParameters
-
isIsolated
public boolean isIsolated() -
optimizeIfNoParams
protected boolean optimizeIfNoParams() -
addAdditionalEvaluatedParams
protected void addAdditionalEvaluatedParams(SectionHelper.SectionResolutionContext context, Map<String, Object> evaluatedParams)
-