Uses of Class
io.quarkus.qute.SectionBlock
-
-
Uses of SectionBlock in io.quarkus.qute
Methods in io.quarkus.qute that return SectionBlock Modifier and Type Method Description default SectionBlockSectionHelperFactory.SectionInitContext. getBlock(String label)SectionBlockResolutionContext. getExtendingBlock(String name)Methods in io.quarkus.qute that return types with arguments of type SectionBlock Modifier and Type Method Description List<SectionBlock>SectionHelperFactory.SectionInitContext. getBlocks()Methods in io.quarkus.qute with parameters of type SectionBlock Modifier and Type Method Description CompletionStage<ResultNode>SectionHelper.SectionResolutionContext. execute(SectionBlock block, ResolutionContext context)Execute the specified block with the specifiedResolutionContext.Method parameters in io.quarkus.qute with type arguments of type SectionBlock Modifier and Type Method Description ResolutionContextResolutionContext. createChild(Object data, Map<String,SectionBlock> extendingBlocks)Create a child resolution context.ResolutionContextSectionHelper.SectionResolutionContext. newResolutionContext(Object data, Map<String,SectionBlock> extendingBlocks)Constructors in io.quarkus.qute with parameters of type SectionBlock Constructor Description InsertSectionHelper(String name, SectionBlock defaultBlock)Constructor parameters in io.quarkus.qute with type arguments of type SectionBlock Constructor Description IncludeSectionHelper(Supplier<Template> templateSupplier, Map<String,SectionBlock> extendingBlocks, Map<String,Expression> parameters)
-