Uses of Interface
io.quarkus.qute.SectionHelperFactory
-
-
Uses of SectionHelperFactory in io.quarkus.qute
Classes in io.quarkus.qute that implement SectionHelperFactory Modifier and Type Class Description static classEvalSectionHelper.Factorystatic classIfSectionHelper.Factorystatic classIncludeSectionHelper.Factorystatic classInsertSectionHelper.Factorystatic classLoopSectionHelper.Factorystatic classSetSectionHelper.Factorystatic classUserTagSectionHelper.Factorystatic classWhenSectionHelper.Factorystatic classWithSectionHelper.FactoryMethods in io.quarkus.qute that return SectionHelperFactory Modifier and Type Method Description SectionHelperFactory<?>Engine. getSectionHelperFactory(String name)Methods in io.quarkus.qute that return types with arguments of type SectionHelperFactory Modifier and Type Method Description Map<String,SectionHelperFactory<?>>Engine. getSectionHelperFactories()Methods in io.quarkus.qute with parameters of type SectionHelperFactory Modifier and Type Method Description EngineBuilderEngineBuilder. addSectionHelper(SectionHelperFactory<?> factory)EngineBuilderEngineBuilder. addSectionHelper(String name, SectionHelperFactory<?> factory)EngineBuilderEngineBuilder. addSectionHelpers(SectionHelperFactory<?>... factories)Method parameters in io.quarkus.qute with type arguments of type SectionHelperFactory Modifier and Type Method Description EngineBuilderEngineBuilder. computeSectionHelper(Function<String,SectionHelperFactory<?>> func)The function is used if no section helper registered viaEngineBuilder.addSectionHelper(SectionHelperFactory)matches a section name.
-