Uses of Class
io.quarkus.qute.SectionBlock
-
Uses of SectionBlock in io.quarkus.qute
Fields in io.quarkus.qute with type parameters of type SectionBlockModifier and TypeFieldDescriptionprotected final Map<String,SectionBlock> IncludeSectionHelper.extendingBlocksMethods in io.quarkus.qute that return SectionBlockModifier and TypeMethodDescriptiondefault SectionBlockResolutionContext.getExtendingBlock(String name) Methods in io.quarkus.qute that return types with arguments of type SectionBlockMethods in io.quarkus.qute with parameters of type SectionBlockModifier and TypeMethodDescriptionSectionHelper.SectionResolutionContext.execute(SectionBlock block, ResolutionContext context) Execute the specified block with the specifiedResolutionContext.Method parameters in io.quarkus.qute with type arguments of type SectionBlockModifier and TypeMethodDescriptionResolutionContext.createChild(Object data, Map<String, SectionBlock> extendingBlocks) Create a child resolution context.SectionHelper.SectionResolutionContext.newResolutionContext(Object data, Map<String, SectionBlock> extendingBlocks) Constructors in io.quarkus.qute with parameters of type SectionBlockConstructor parameters in io.quarkus.qute with type arguments of type SectionBlockModifierConstructorDescriptionIncludeSectionHelper(Supplier<Template> templateSupplier, Map<String, SectionBlock> extendingBlocks, Map<String, Expression> parameters, boolean isIsolated)