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 classCacheSectionHelper.Factorystatic classEvalSectionHelper.Factorystatic classFragmentSectionHelper.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)Register the factory for all default aliases.EngineBuilderEngineBuilder. addSectionHelper(String name, SectionHelperFactory<?> factory)Register the factory for all default aliases and the specified name.EngineBuilderEngineBuilder. addSectionHelpers(SectionHelperFactory<?>... factories)Register the factories for all default aliases.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.
-